#include "spice.h"
#include <stdio.h>
#include "cktdefs.h"
#include "sperror.h"
#include "cktext.h"
Go to the source code of this file.
Definition at line 22 of file cktmapn.c.
33 for (here = ((
CKTcircuit *)ckt)->CKTnodes; here; here = here->
next) {
34 if (here->
name == name) {
35 if (node) *node = (
char *)here;
41 if (error)
return (error);
44 if (error)
return (error);
48 if (node) *node = (
GENERIC *)mynode;