man3cf/CopyCONFIG_TBLall

Table of Contents

Name

CopyCONFIG_TBLall - Copy all information between configuration tables

Description

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.

Syntax

void CopyCONFIG_TBLall(
   CONFIG_TBL CFTpntI[],

   CONFIG_TBL CFTpntO[],

   int Tsize,

   );

Arguments

CFTpntI

The input CONFIG_TBL array.

CFTpntO

The output CONFIG_TBL array.

Tsize

The size of the input CONFIG_TBL array.

See Also

BldCONFIG_TBLfn(3cf) , ClearCONFIG_TBL(3cf) , CreateCONFIG_TBL(3cf) , FindCONFIG_TBL(3cf) , LoadCONFIG_TBL(3cf) , PrintCONFIG_TBL(3cf) , SaveCONFIG_TBL(3cf) , libconfigtbl(3cf)

Manual page revision

$Id: CopyCONFIG_TBLall.3,v 1.0 2004/05/05 16:02:23 kitchen Exp $


Table of Contents