Skip to content

Instantly share code, notes, and snippets.

@pstef
Last active December 12, 2015 06:08
Show Gist options
  • Save pstef/4726614 to your computer and use it in GitHub Desktop.
Save pstef/4726614 to your computer and use it in GitHub Desktop.
memcpy(d, s, n)[n - 1] = 0;
memmove(d, s, n)[n - 1] = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment