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