/* Family Treatment (1996) */ /* */ /* Author : Marie Aimar */ /* File : parser.h */ #ifndef PARSER #define PARSER /* -- runs the yacc analyser on the input file */ extern void read_file (FILE * fic_input); extern void read_file_gen (FILE *fic_input); #endif