Table of Contents

Name

TBLalloc - allocate a record

Description

TBLalloc allocates a record using the tbl manager system.

This function is part of tblmngr.

Syntax

char *TBLalloc(
   HEADER_TBL *HTpnt,

   int Tbl

   );

Arguments

HTpnt

Pointer to the HEADER_TBL.

Tbl

The table to allocate from. See mem.h for a list of valid values to use.

Returns

A pointer to the newly allocated record. The pointer should be cast to the correct type.

See Also

tblmngr(3tbl)

Manual page revision

$Id: TBLalloc.3,v 1.1 2002/04/07 19:37:39 kitchen Exp $


Table of Contents