1 #ifndef ngspice_COM_ASCIIPLOT_H
2 #define ngspice_COM_ASCIIPLOT_H
3 
4 void com_asciiplot(wordlist *wl);
5 
6 #endif
7 
8