ngspice/src/frontend/plotting/plotit.h

7 lines
114 B
C

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