Table of Contents
FindCONFIG_TBL - find an entry in a configuration table
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.
int FindCONFIG_TBL(
CONFIG_TBL CFTpnt[],
int Size,
char *sN
);
pointer to the CONFIG_TBL array.
size of the CONFIG_TBL
array.
name entry to search for
If a match is found a pointer
to the CONFIG_TBL entry in the array is returned, else null is returned.
BldCONFIG_TBLfn(3cf)
, ClearCONFIG_TBL(3cf)
, CopyCONFIG_TBL(3cf)
,
CreateCONFIG_TBL(3cf)
, LoadCONFIG_TBL(3cf)
, PrintCONFIG_TBL(3cf)
, SaveCONFIG_TBL(3cf)
,
libconfigtbl(3cf)
$Id: FindCONFIG_TBL.3,v 1.1 2002/04/07
18:46:04 kitchen Exp $
Table of Contents