Jspice3
nutmegif.c
Go to the documentation of this file.
1 /***************************************************************************
2 JSPICE3 adaptation of Spice3e2 - Copyright (c) Stephen R. Whiteley 1992
3 Copyright 1990 Regents of the University of California. All rights reserved.
4 Authors: 1987 UCB
5  1992 Stephen R. Whiteley
6 ****************************************************************************/
7 
8 /*
9  * Dummy interface stuff, for nutmeg. This is the easiest way of
10  * making sure that nutmeg doesn't try to load spice in also.
11  */
12 
13 #include "spice.h"
14 #include "ftedefs.h"
15 #include "ftedebug.h"
16 #include "sperror.h"
17 #include "util.h"
18 
19 
20 /* ARGSUSED */
21 struct variable *
22 nutif_getparam(ckt, name, param, ind, keyword)
23 
24 char *ckt, **name, *param;
25 int ind;
26 wordlist **keyword;
27 
28 { return ((struct variable *) NULL); }
29 
30 
#define NULL
Definition: spdefs.h:121
Definition: cpstd.h:21
struct variable * nutif_getparam(char *ckt, char **name, char *param, int ind, wordlist **keyword)
Definition: nutmegif.c:22
Definition: cpstd.h:41