Files
ngspice/src/frontend/com_gnuplot.h
T

7 lines
137 B
C
Raw Normal View History

#ifndef ngspice_COM_GNUPLOT_H
#define ngspice_COM_GNUPLOT_H
void com_gnuplot(wordlist *wl);
2010-02-27 21:11:30 +00:00
void com_write_simple(wordlist *wl);
#endif