ngspice/src/frontend/plotting/plotcurv.h

13 lines
205 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* 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