/*************
* Header file for plotcurv.c
* 1999 E. Rouat
************/
#ifndef PLOTCURV_H_INCLUDED
#define PLOTCURV_H_INCLUDED
void ft_graf(struct dvec *v, struct dvec *xs, bool nostart);
#endif