Files
sics/site_ansto/anstoutil.h
Douglas Clowes 9e7a102413 cleanup splint
r1662 | dcl | 2007-03-16 09:06:56 +1100 (Fri, 16 Mar 2007) | 2 lines
2012-11-15 13:07:15 +11:00

12 lines
383 B
C

#ifndef ANSTOUTIL_H
#define ANSTOUTIL_H
#define _REQUIRED 1
#define _OPTIONAL 0
#define ERRLEN 256
#define FAILURE 0
#define SUCCESS 1
char *getParam(SConnection *pCon, Tcl_Interp *pTcl, char *params, char *parName, int mustHave );
int portNumCmd(SConnection *pCon, SicsInterp *pInter, void *pData, int argc, char *argv[]);
int getPortNum(SConnection *pCon, char *portName);
#endif