Modified motor_dmc2280 and counterdiv to use anstoutil r1033 | ffr | 2006-07-25 16:48:14 +1000 (Tue, 25 Jul 2006) | 3 lines
8 lines
234 B
C
8 lines
234 B
C
#ifndef ANSTOUTIL_H
|
|
#define ANSTOUTIL_H
|
|
#define _REQUIRED 1
|
|
#define _OPTIONAL 0
|
|
#define ERRLEN 256
|
|
/*@observer@*/ char *getParam(/*@dependent@*/SConnection *pCon, Tcl_Interp *pTcl, char *params, char *parName, int mustHave );
|
|
#endif
|