man3cf/CopyCONFIG_TBLall
Table of Contents
CopyCONFIG_TBLall - Copy all information between configuration tables
CopyCONFIG_TBLall copies the contents of one
CONFIG_TBL to
another
CONFIG_TBL.
All fields in the source table are copied to the destination
table.
This function is part of libconfig.
void CopyCONFIG_TBLall(
CONFIG_TBL CFTpntI[],
CONFIG_TBL CFTpntO[],
int Tsize,
);
The input
CONFIG_TBL array.
The output
CONFIG_TBL
array.
The size of the input
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_TBLall.3,v 1.0 2004/05/05 16:02:23 kitchen Exp $
Table of Contents