#ifndef AUTRE_BOOLEEN_H #define AUTRE_BOOLEEN_H typedef enum { faux = 0, vrai = 1 } booleen; #endif /* AUTRE_BOOLEEN_H */