Entrainements + fin TP structures
This commit is contained in:
11
DEV1.1/TP22/test.c
Normal file
11
DEV1.1/TP22/test.c
Normal file
@@ -0,0 +1,11 @@
|
||||
# include <stdio.h>
|
||||
# include <stdlib.h>
|
||||
# include <graph.h>
|
||||
|
||||
int main(void) {
|
||||
FILE* fichier = NULL;
|
||||
int i;
|
||||
int valeur;
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Reference in New Issue
Block a user