man3cf/FindCONFIG_TBL

Table of Contents

Name

FindCONFIG_TBL - find an entry in a configuration table

Description

FindCONFIG_TBL finds an entry in a CONFIG_TBL array. A pointer to the CONFIG_TBL entry is returned if a match is found, otherwise null is returned.

This function is part of libconfig.

Syntax

int FindCONFIG_TBL(
   CONFIG_TBL CFTpnt[],

   int Size,

   char *sN

   );

Arguments

CFTpnt

pointer to the CONFIG_TBL array.

Size

size of the CONFIG_TBL array.

sN

name entry to search for

Return Value

If a match is found a pointer to the CONFIG_TBL entry in the array is returned, else null is returned.

See Also

BldCONFIG_TBLfn(3cf) , ClearCONFIG_TBL(3cf) , CopyCONFIG_TBL(3cf) , CreateCONFIG_TBL(3cf) , LoadCONFIG_TBL(3cf) , PrintCONFIG_TBL(3cf) , SaveCONFIG_TBL(3cf) , libconfigtbl(3cf)

Manual page revision

$Id: FindCONFIG_TBL.3,v 1.1 2002/04/07 18:46:04 kitchen Exp $


Table of Contents