BUT2/DEV/DEV1.1/TP_OrganisationCode/exo1/lire.h
2023-10-23 13:23:36 +02: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 */