00001 #include <stdio.h> 00002 00003 void affichec(void) 00004 { 00005 fprintf(stderr, "Fonction C\n"); 00006 }