man3cf/ClearCONFIG_TBL

Table of Contents

Name

ClearCONFIG_TBL - clear configuration table value fields

Description

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.

Syntax

void ClearCONFIG_TBL(
   CONFIG_TBL CFTpnt[],

   int Size,

   char *value

   );

Arguments

CFTpnt

the pointer to the CONFIG_TBL array.

Size

The size of the CONFIG_TBL array.

Value

The string to use for CONFIG_TBL.Value.

See Also

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

Manual page revision

$Id: ClearCONFIG_TBL.3,v 1.2 2002/04/20 04:20:11 kitchen Exp $


Table of Contents