Table of Contents

Name

InitConfList - Initialize CONFLIST database

Description

InitConfList traverses the CONFLIST array and initializes all members. All pointers are set to NULL, Label and RefName are set to empty strings, Group is set to CFGnil, Function is set to CFnil, Idx is set to zero, and all remaining values are set to zero.

This function is part of libmngr.

Syntax

int InitConfList (
   CFpnt[],

   int Size

   );

Arguments

CFpnt

The pointer to the start of the CONFLIST array

Size

the size of the CONFLIST array.

See Also

libmngr(3mngr)

Manual page revision

$Id: InitConfList.3,v 1.1 2002/04/07 18:35:52 kitchen Exp $


Table of Contents