#include #include "afficher.h" void afficher(void) { printf("printf peut afficher ceci.\n"); printf(" --------\n"); }