tclspice 0.2.7 import (hand craftet 2012)

This commit is contained in:
Robert Larice 2002-11-26 12:38:25 +01:00
parent add5a573f2
commit 0a0b64d23f
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ int if_analQbyName(void *ckt, int which, void *anal, char *name, IFvalue *parm)
bool if_tranparams(struct circ *ci, double *start, double *stop, double *step);
struct variable * if_getstat(void *ckt, char *name);
#ifdef EXPERIMENTAL_CODE
void if_loadsnap(wordlist *wl);
void if_savesnap(wordlist *wl);
#endif
#endif