2013-01-22 21:00:29 +01:00
|
|
|
#ifndef ngspice_COM_PLOT_H
|
|
|
|
|
#define ngspice_COM_PLOT_H
|
2000-06-16 21:04:15 +02:00
|
|
|
|
|
|
|
|
void com_plot(wordlist *wl);
|
2008-08-27 15:39:05 +02:00
|
|
|
#ifdef TCL_MODULE
|
|
|
|
|
void com_bltplot(wordlist *wl);
|
|
|
|
|
#endif
|
2024-11-30 13:37:36 +01:00
|
|
|
extern int check_batch(const char *cmd); // Also used by iplot etc.
|
2000-06-16 21:04:15 +02:00
|
|
|
#endif
|