Modification des tests (Création de répertoire make et bake)
This commit is contained in:
8
tests/C/test-03-circular/make/c.c
Normal file
8
tests/C/test-03-circular/make/c.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "a.h"
|
||||
|
||||
void functionC(void) {
|
||||
printf("Fonction C appelée\n");
|
||||
return;
|
||||
}
|
Reference in New Issue
Block a user