Jspice3
cktftask.c
Go to the documentation of this file.
1 /***************************************************************************
2 JSPICE3 adaptation of Spice3f2 - Copyright (c) Stephen R. Whiteley 1992
3 Copyright 1990 Regents of the University of California. All rights reserved.
4 Authors: 1985 Thomas L. Quarles
5  1993 Stephen R. Whiteley
6 ****************************************************************************/
7 
8  /* CKTfndTask
9  * find the specified task - not yet supported in spice
10  */
11 
12 #include "spice.h"
13 #include <stdio.h>
14 #include "cktdefs.h"
15 #include "sperror.h"
16 #include "util.h"
17 #include "cktext.h"
18 
19 
20 /* ARGSUSED */
21 int
22 CKTfndTask(ckt,taskPtr,taskName)
23 
24 GENERIC *ckt;
25 GENERIC **taskPtr;
26 IFuid taskName;
27 {
28  return (E_UNSUPP);
29 }
GENERIC * IFuid
Definition: ifsim.h:72
int CKTfndTask(GENERIC *ckt, GENERIC **taskPtr, IFuid taskName)
Definition: cktftask.c:22
#define E_UNSUPP
Definition: iferrmsg.h:30
char GENERIC
Definition: ifsim.h:27