Skip to content

Instantly share code, notes, and snippets.

@shichao-an
Created June 19, 2015 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shichao-an/4871b3026c68dc6c4140 to your computer and use it in GitHub Desktop.
Save shichao-an/4871b3026c68dc6c4140 to your computer and use it in GitHub Desktop.
#include <strings.h>
void bzero(void *dest, size_t nbytes);
void bcopy(const void *src, void *dest, size_t nbytes);
int bcmp(const void *ptr1, const void *ptr2, size_t nbytes);
/* Returns: 0 if equal, nonzero if unequal */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment