Table of Contents
CreateCONFIG_TBL - Create a configuration file
CreateCONFIG_TBL
creates a configuration file and copies the name/value pairs from the CONFIG_TBL
array to the file.
This function is part of libconfig.
int CreateCONFIG_TBL(
CONFIG_TBL CFTpnt[],
int Size,
char *FN
);
pointer to the CONFIG_TBL array.
size of the CONFIG_TBL
array.
pathname of destination file
0 is returned on success.
-1 is returned on all failures and a message is printed to stderr.
BldCONFIG_TBLfn(3cf)
,
ClearCONFIG_TBL(3cf)
, CopyCONFIG_TBL(3cf)
, FindCONFIG_TBL(3cf)
, LoadCONFIG_TBL(3cf)
,
PrintCONFIG_TBL(3cf)
, SaveCONFIG_TBL(3cf)
, libconfigtbl(3cf)
$Id: CreateCONFIG_TBL.3,v 1.1 2002/04/07 18:46:04 kitchen Exp $
Table of Contents