mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-03 02:53:04 +02:00
9 lines
97 B
C
9 lines
97 B
C
#ifndef ngspice_COM_GHELP_H
|
|
#define ngspice_COM_GHELP_H
|
|
|
|
|
|
void com_ghelp(wordlist *wl);
|
|
|
|
#endif
|
|
|