ngspice/src/frontend/com_gnuplot.h

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 22:11:30 +01:00
void com_write_simple(wordlist *wl);
#endif