Table of Contents
TBLdealloc - deallocate a record
TBLdealloc deallocates a
record using the tbl manager system.
This function is part of tblmngr.
int
TBLdealloc(
HEADER_TBL *HTpnt,
int Tbl
char *P
);
Pointer to the HEADER_TBL.
The table to allocate from.
See mem.h for a list of valid values to use.
Pointer to the record to
deallocate.
ERRok - deallocate suceeded
ERRbadp - bad pointer
ERRfail - bad deallocation
ERRfail - bad partition type
tblmngr(3tbl)
$Id: TBLdealloc.3,v 1.1 2002/04/07
19:37:39 kitchen Exp $
Table of Contents