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