man3mngr/findCONFgroupName

Table of Contents

Name

findCONFgroupName - translate string representation of group to/from integer representation

Description

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.

Syntax

int findCONFgroupValue(
   char *s

   );

char *findCONFgroupName(
   int X

   );

Arguments

s

the string value to translate

X

the integer value to translate

See Also

libmngr(3mngr)

Manual page revision

$Id: findCONFgroupName.3,v 1.3 2004/05/05 15:27:05 kitchen Exp $


Table of Contents