ngspice/src/frontend/plotting/plotit.h

7 lines
100 B
C

#ifndef _PLOTIT_H
#define _PLOTIT_H
bool plotit(wordlist *wl, char *hcopy, char *devname);
#endif