ngspice/src/frontend/com_wr_ic.h

12 lines
210 B
C

/* ngspice file
Copyright Holger Vogt 2021
License: BSD 3-clause
*/
/* Print the current node status to a file with format
.ic V(node) = value
*/
extern void
com_wric(wordlist* wl);