Jspice3
dcoprse.c File Reference
#include "spice.h"
#include "ftedefs.h"
#include "inpdefs.h"
#include "inpmacs.h"
#include "misc.h"
Include dependency graph for dcoprse.c:

Go to the source code of this file.

Functions

int DCOparse (GENERIC *ckt, INPtables *tab, int which, GENERIC *currentp, char **line, GENERIC *task, GENERIC *gnode)
 

Function Documentation

int DCOparse ( GENERIC ckt,
INPtables tab,
int  which,
GENERIC currentp,
char **  line,
GENERIC task,
GENERIC gnode 
)

Definition at line 16 of file dcoprse.c.

26 {
27  GENERIC *foo; /* pointer to analysis */
28  int error; /* error code temporary */
29  card *current = (card *)currentp;
30 
31  IFC(newAnalysis,(ckt,which,"operating point",&foo,task))
32  return (0);
33 }
Definition: inpdefs.h:62
#define IFC(func, args)
Definition: inpmacs.h:19
return(True)
char GENERIC
Definition: ifsim.h:27