Files
sics/site_ansto/anstoutil.h
Ferdi Franceschini 1d84199194 Added FAILURE SUCCESS
r1051 | ffr | 2006-08-09 15:43:17 +1000 (Wed, 09 Aug 2006) | 2 lines
2012-11-15 12:45:47 +11:00

10 lines
270 B
C

#ifndef ANSTOUTIL_H
#define ANSTOUTIL_H
#define _REQUIRED 1
#define _OPTIONAL 0
#define ERRLEN 256
#define FAILURE 0
#define SUCCESS 1
/*@observer@*/ char *getParam(/*@dependent@*/SConnection *pCon, Tcl_Interp *pTcl, char *params, char *parName, int mustHave );
#endif