man3mngr/findCONFfuncName
Table of Contents
findCONFfuncName - translate string representation of func to/from integer
representation
findCONFfuncValue translates the string representation
of the
CONFLIST.Function value to the integer value.
findCONFfuncName translates
the integer representation of the CONFLIST.Function value to the string
value.
See libmngr(3mngr)
for a list of valid strings.
This function is part
of libmngr.
int findCONFfuncValue(
char *s
);
char *findCONFfuncName(
int X
);
the string value to translate
the integer value to translate
libmngr(3mngr)
$Id: findCONFfuncName.3,v
1.3 2004/05/05 15:27:05 kitchen Exp $
Table of Contents