/* Logical (boolean) type */ typedef enum { false, true } boolean;