Something like this works, though it could most likely be better:



#include <stdio.h>
#include <stdlib.h>
#include <string.h>


typedef enum{false, true}bool;