DEV/BUT1/DEV1.1/Organisation_code/exo1/lire.h
2024-02-01 13:55:03 +01:00

9 lines
116 B
C

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