#ifndef LIGNE_H #define LIGNE_H extern void ligne_fixer_longueur(unsigned l); extern void ligne_ecrire(char *mot); #endif /* LIGNE_H */