examen fini
This commit is contained in:
11
examen/T1/main.c
Normal file
11
examen/T1/main.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "StatistiqueFichier.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
ASCII_table table;
|
||||
table = init_table();
|
||||
StatistiqueFichier("fichier.txt", &table);
|
||||
print_StatistiqueResultats(&table);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user