Created
August 8, 2015 20:27
-
-
Save bragboy/c598db361efa3451e431 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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