add a function prototype for com_wric()
This commit is contained in:
parent
4d154f275f
commit
966ec35b7f
|
|
@ -14,6 +14,8 @@
|
|||
#include "ngspice/ftedebug.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
|
||||
void com_wric(wordlist* wl);
|
||||
|
||||
/* Print the current node status to a file with format
|
||||
.ic V(node) = value
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue