ngspice/src/frontend/com_shell.h

11 lines
155 B
C

/*************
* Header file for com_shell.c
************/
#ifndef ngspice_COM_SHELL_H
#define ngspice_COM_SHELL_H
void com_shell(wordlist *wl);
#endif