Table of Contents

Name

TBLdealloc - deallocate a record

Description

TBLdealloc deallocates a record using the tbl manager system.

This function is part of tblmngr.

Syntax

int TBLdealloc(
   HEADER_TBL *HTpnt,

   int Tbl

   char *P

   );

Arguments

HTpnt

Pointer to the HEADER_TBL.

Tbl

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

*p

Pointer to the record to deallocate.

Returns


ERRok - deallocate suceeded
ERRbadp - bad pointer
ERRfail - bad deallocation
ERRfail - bad partition type

See Also

tblmngr(3tbl)

Manual page revision

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


Table of Contents