Skip to content

Instantly share code, notes, and snippets.

@bragboy
Created August 8, 2015 20:27
Show Gist options
  • Save bragboy/c598db361efa3451e431 to your computer and use it in GitHub Desktop.
Save bragboy/c598db361efa3451e431 to your computer and use it in GitHub Desktop.
void * memcpy ( void * destination, const void * source, size_t num );
void * memmove ( void * destination, const void * source, size_t num );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment