visibility for the printVoltages() prototype
This commit is contained in:
parent
59e223c5e4
commit
e3cdd8ee4d
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-10-15 Robert Larice
|
||||||
|
* src/ciderlib/support/devprint.c :
|
||||||
|
visibility for the printVoltages() prototype
|
||||||
|
|
||||||
2010-10-15 Robert Larice
|
2010-10-15 Robert Larice
|
||||||
* src/xspice/cmpp/ifs_lex.l :
|
* src/xspice/cmpp/ifs_lex.l :
|
||||||
disable dangling artifact
|
disable dangling artifact
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ Author: 1992 David A. Gates, U. C. Berkeley CAD Group
|
||||||
|
|
||||||
#include "ngspice.h"
|
#include "ngspice.h"
|
||||||
#include "optndefs.h"
|
#include "optndefs.h"
|
||||||
|
#include "cidersupt.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
printVoltages(FILE *file, char *mName, char *iName, int devType,
|
printVoltages(FILE *file, char *mName, char *iName, int devType,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue