|
|
|
@ -20,7 +20,9 @@ void INP2J(CKTcircuit *ckt, INPtables *tab, struct card *current); |
|
|
|
void INP2K(CKTcircuit *ckt, INPtables *tab, struct card *current); |
|
|
|
void INP2L(CKTcircuit *ckt, INPtables *tab, struct card *current); |
|
|
|
void INP2M(CKTcircuit *ckt, INPtables *tab, struct card *current); |
|
|
|
#ifdef OSDI |
|
|
|
void INP2N(CKTcircuit *ckt, INPtables *tab, struct card *current); |
|
|
|
#endif |
|
|
|
void INP2O(CKTcircuit *ckt, INPtables *tab, struct card *current); |
|
|
|
void INP2P(CKTcircuit *ckt, INPtables *tab, struct card *current); |
|
|
|
void INP2Q(CKTcircuit *ckt, INPtables *tab, struct card *current, CKTnode *gnode); |
|
|
|
|