#ifndef BOOLEEN_H #define BOOLEEN_H typedef int bool; extern const bool vrai; extern const bool faux; #endif /* BOOLEEN_H */