Table of Contents
CopyCONFIG_TBL - Copy information between configuration tables
CopyCONFIG_TBL
copies the contents of one CONFIG_TBL to another CONFIG_TBL.
The value
of name in the source table is used to index the destination table. If a
match is found the value field is copied to the destination table. If no
match is found the entry in the source table is ignored.
This function is
part of libconfig.
void CopyCONFIG_TBL(
CONFIG_TBL CFTpntI[],
CONFIG_TBL CFTpntO[],
int Isize,
int Osize
);
The input CONFIG_TBL array.
The output CONFIG_TBL
array.
The size of the input CONFIG_TBL array.
The size of the
output CONFIG_TBL array.
BldCONFIG_TBLfn(3cf)
, ClearCONFIG_TBL(3cf)
,
CreateCONFIG_TBL(3cf)
, FindCONFIG_TBL(3cf)
, LoadCONFIG_TBL(3cf)
, PrintCONFIG_TBL(3cf)
,
SaveCONFIG_TBL(3cf)
, libconfigtbl(3cf)
$Id: CopyCONFIG_TBL.3,v
1.1 2002/04/07 18:46:04 kitchen Exp $
Table of Contents