Table of Contents
TBLalloc - allocate a record
TBLalloc allocates a record
using the tbl manager system.
This function is part of tblmngr.
char
*TBLalloc(
HEADER_TBL *HTpnt,
int Tbl
);
Pointer to the HEADER_TBL.
The table to allocate from.
See mem.h for a list of valid values to use.
A pointer to the newly
allocated record. The pointer should be cast to the correct type.
tblmngr(3tbl)
$Id: TBLalloc.3,v 1.1 2002/04/07 19:37:39 kitchen Exp
$
Table of Contents