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