man3mngr/findCONFfuncName

Table of Contents

Name

findCONFfuncName - translate string representation of func to/from integer representation

Description

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.

Syntax

int findCONFfuncValue(
   char *s

   );

char *findCONFfuncName(
   int X

   );

Arguments

s

the string value to translate

X

the integer value to translate

Notes

See Also

libmngr(3mngr)

Manual page revision

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


Table of Contents