■ Important!
■ An example of a header file bool.h:
#ifndef BOOL_H #define BOOL_H enumbool {false, true}; #endif