Table of Contents
ClearCONFIG_TBL - clear configuration table value fields
ClearCONFIG_TBL
sets the value field for all entries in the CONFIG_TBL array to the string
value pointed to by the value argument.
This function is part of libconfig.
void ClearCONFIG_TBL(
CONFIG_TBL CFTpnt[],
int Size,
char *value
);
the pointer to the CONFIG_TBL array.
The size of the
CONFIG_TBL array.
The string to use for CONFIG_TBL.Value.
BldCONFIG_TBLfn(3cf)
,
CopyCONFIG_TBL(3cf)
, CreateCONFIG_TBL(3cf)
, FindCONFIG_TBL(3cf)
, LoadCONFIG_TBL(3cf)
,
PrintCONFIG_TBL(3cf)
, SaveCONFIG_TBL(3cf)
, libconfigtbl(3cf)
$Id: ClearCONFIG_TBL.3,v 1.2 2002/04/20 04:20:11 kitchen Exp $
Table of Contents