Table of Contents

Name

allocCONFLIST - allocate space to hold a CONFLIST database

Description

allocCONFLIST allocates space to store a CONFLIST array.

The array should be initialized using InitConfList(3mngr) after being created.

This function is part of libmngr.

Syntax

CONFLIST *allocCONFLIST (
   int Size,

   ine *error

   );

Arguments

Size

The number of CONFLIST elements to allocate.

error

pointer to a variable to hold error code.

Return Value

a pointer to the newly created CONFLIST array is returned on success. NULL is returned on failure.

error returns ERRok on success and ERRmem on failure.

See Also

libmngr(3mngr)

Manual page revision

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


Table of Contents