ngspice/src/frontend/com_shell.h

12 lines
164 B
C

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