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