9 lines
129 B
C

#include <stdio.h>
#include <stdlib.h>
#include "a.h"
void functionC(void) {
printf("Fonction C appelée\n");
return;
}