#include #include "afficher.h" int main(void) { afficher(); return EXIT_SUCCESS; }