Table of Contents
InitConfList - Initialize CONFLIST database
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.
int InitConfList
(
CFpnt[],
int Size
);
The pointer to the start of the CONFLIST array
the size
of the CONFLIST array.
libmngr(3mngr)
$Id: InitConfList.3,v
1.1 2002/04/07 18:35:52 kitchen Exp $
Table of Contents