Skip to content

Instantly share code, notes, and snippets.

@MZAWeb
Created August 26, 2012 08:13
Show Gist options
  • Save MZAWeb/3476084 to your computer and use it in GitHub Desktop.
Save MZAWeb/3476084 to your computer and use it in GitHub Desktop.
INCLUDE ALL THE STRINGS!
#if HAVE_STRING_H
#include <string.h>
#else
#include <strings.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment