#include #include #include "autre_booleen.h" int main(void) { booleen b; b = 1 < 2; if (vrai) puts("Ca marche"); return EXIT_SUCCESS; }