#ifndef TYPES_H #define TYPES_H typedef enum {false, true} bool_t; #endif