APL/APL1.1/Dev1.1/OrganisationCode/exo1/lire.h
2021-11-30 15:07:19 +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 */