Jspice3
dcoaskq.c
Go to the documentation of this file.
1 /**********
2 Copyright 1990 Regents of the University of California. All rights reserved.
3 Author: 1985 Thomas L. Quarles
4 **********/
5 
6 #include "spice.h"
7 #include <stdio.h>
8 #include "cktdefs.h"
9 #include "dcodefs.h"
10 #include "iferrmsg.h"
11 
12 /* ARGSUSED */
13 int
14 DCOaskQuest(cktp,anal,which,value)
15 
16 GENERIC *cktp;
17 GENERIC *anal;
18 int which;
19 IFvalue *value;
20 {
21  return (E_BADPARM);
22 }
23 
#define E_BADPARM
Definition: iferrmsg.h:26
int DCOaskQuest(GENERIC *cktp, GENERIC *anal, int which, IFvalue *value)
Definition: dcoaskq.c:14
char GENERIC
Definition: ifsim.h:27