/*****************************************************/
/*                 lecture_polynome.h                */
/*****************************************************/
#ifndef LECTURE_POLYNOME_H
#define LECTURE_POLYNOME_H
#include <stdio.h>
#include <stdlib.h>
#include "type_poly.h"
#include "listes.h"
extern polynome lecture_polynome(char *);
#endif /* LECTURE_POLYNOME_H */
