debut TP17

This commit is contained in:
2023-11-13 15:01:55 +01:00
parent 940fdfe265
commit fd72164c4e
15 changed files with 249 additions and 1 deletions

8
DEV1.1/TP17/exo1/lire.h Normal file
View File

@@ -0,0 +1,8 @@
/* TP 19 Exercice 1 : fichier lire.h */
#ifndef LIRE_H
#define LIRE_H
void lire(char*, int);
#endif /* LIRE_H */