1 #ifndef ngspice_COM_GHELP_H
2 #define ngspice_COM_GHELP_H
3 
4 
5 void com_ghelp(wordlist *wl);
6 
7 #endif
8 
9