man3mngr/cntCONFLISTfunc

Table of Contents

Name

cntCONFLISTfunc - count the number of items in a group with a particular function code

Description

cntCONFLISTfunc traverses the CONFLIST array and finds all record with a particular group and function code.

This function is part of libmngr.

Syntax

int cntCONFLISTfunc (
   CONFLIST CFpnt[],

   int cf_size,

   int group,

   int func

   );

Arguments

CFpnt

Pointer to the array.

cf_size

The number of CONFLIST elements to allocate.

group

the group to search for.

func

the function code to search for.

Return Value

the number of records found.

See Also

libmngr(3mngr)

Manual page revision

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


Table of Contents