Table of Contents
cntCONFLISTfunc - count the number of items in a group with a particular
function code
cntCONFLISTfunc traverses the
CONFLIST array and
finds all record with a particular group and function code.
This function
is part of libmngr.
int cntCONFLISTfunc (
CONFLIST CFpnt[],
int cf_size,
int group,
int func
);
Pointer to the array.
The number of
CONFLIST elements
to allocate.
the group to search for.
the function code to search
for.
the number of records found.
libmngr(3mngr)
$Id: cntCONFLISTfunc.3,v 1.0 2005/05/05 12:42:31 kitchen Exp
$
Table of Contents