ngspice/src/frontend/com_gnuplot.h

7 lines
123 B
C
Raw Normal View History

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