apl/APL1.1/14.Organisation_du_code/exo1/lire.h

9 lines
116 B
C
Raw Permalink Normal View History

2022-01-14 06:54:18 +01:00
/* TP 19 Exercice 1 : fichier lire.h */
#ifndef LIRE_H
#define LIRE_H
void lire(char*, int);
#endif /* LIRE_H */