APL/APL1.1/TP17/exo1/lire.h

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 */