Skip to content

Instantly share code, notes, and snippets.

@DetriusXii
Created January 13, 2010 00:59
Show Gist options
  • Select an option

  • Save DetriusXii/275809 to your computer and use it in GitHub Desktop.

Select an option

Save DetriusXii/275809 to your computer and use it in GitHub Desktop.
/*util.h*/
#include <assert.h>
typedef char *string;
string String(char *);
typedef char bool;
#define TRUE 1
#define FALSE 0
void *checked_malloc(int);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment