Table of Contents

Name

TBLclear - clear table allocation bit masks

Description

TBLclear zeros the table allocation bit masks.

This function is part of tblmngr.

Syntax

void TBLclear(
   MASTER_TBL *MTpnt

   );

Arguments

MTpnt

Pointer to the MASTER_TBL

This pointer may be obtained by the following code:

MASTER_TBL *MTpnt;
HEADER_TBL *HTpnt;
MTpnt = (MASTER_TBL *)HTpnt->MTpnt;

Returns

nothing

See Also

tblmngr(3tbl)

Manual page revision

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


Table of Contents