examen fini
This commit is contained in:
9
examen/T1/StatistiqueFichier.h
Normal file
9
examen/T1/StatistiqueFichier.h
Normal file
@@ -0,0 +1,9 @@
|
||||
typedef struct ASCII_table
|
||||
{
|
||||
int ASCII[256];
|
||||
} ASCII_table;
|
||||
|
||||
ASCII_table init_table();
|
||||
ASCII_table *StatistiqueFichier(char *nomFichier, ASCII_table *table);
|
||||
void print_ASCII_table(ASCII_table *table);
|
||||
void print_StatistiqueResultats(ASCII_table *table);
|
||||
Reference in New Issue
Block a user