mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 03:12:07 +02:00
7 lines
137 B
C
7 lines
137 B
C
#ifndef ngspice_COM_GNUPLOT_H
|
|
#define ngspice_COM_GNUPLOT_H
|
|
|
|
void com_gnuplot(wordlist *wl);
|
|
void com_write_simple(wordlist *wl);
|
|
#endif
|