man3mngr/cntCONFLISTgroup

Table of Contents

Name

cntCONFLISTgroup - count the number of items in a group

Description

cntCONFLISTgroup traverses the CONFLIST array and finds all record in a particular group.

This function is part of libmngr.

Syntax

int cntCONFLISTgroup (
   CONFLIST CFpnt[],

   int cf_size,

   int group

   );

Arguments

CFpnt

Pointer to the array.

cf_size

The number of CONFLIST elements to allocate.

group

the group to search for.

Return Value

the number of records found.

See Also

libmngr(3mngr)

Manual page revision

$Id: cntCONFLISTgroup.3,v 1.0 2005/05/05 12:42:31 kitchen Exp $


Table of Contents