ngspice/src/frontend/com_shell.h

11 lines
157 B
C
Raw Normal View History

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