You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
328 B
13 lines
328 B
#ifndef ngspice_COM_COMMANDS_H
|
|
#define ngspice_COM_COMMANDS_H
|
|
|
|
void com_showmod(wordlist *wl);
|
|
void com_show(wordlist *wl);
|
|
void com_alter(wordlist *wl);
|
|
void com_altermod(wordlist *wl);
|
|
void com_alterparam(wordlist *wl);
|
|
void com_meas(wordlist *wl);
|
|
void com_sysinfo(wordlist *wl);
|
|
void com_check_ifparm(wordlist *wl);
|
|
|
|
#endif
|