ngspice/src/frontend/plotting/plotit.h

7 lines
147 B
C

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