Skip to content

Instantly share code, notes, and snippets.

View DetriusXii's full-sized avatar

Andrijan Jelovic DetriusXii

  • City of Regina
  • Regina, SK
View GitHub Profile
/*util.h*/
#include <assert.h>
typedef char *string;
string String(char *);
typedef char bool;
#define TRUE 1
#define FALSE 0