#ifndef __bool_h_ #define __bool_h_ typedef struct { char *name; int value; } BOOLLIST; #endif /* __bool_h_ */