#ifndef LECTURE_ZONE_H #define LECTURE_ZONE_H extern char *lecture_zone(int taille_zone_lecture, int (*controle)(int)); #endif /* LECTURE_ZONE_H */