#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