Table of Contents
TBLinit - initialize the table
TBLinit copies the size information
from MSpnt and zeros the table bitmap and data areas.
This function is part
of tblmngr.
int TBLinit(
MASTER_TBL *MTpnt,
MASTER_SIZE *MSpnt,
char *MTBpnt,
char *MTDpnt
);
Pointer to MASTER_TBL in data partition.
Pointer to MASTER_SIZE
table.
Pointer to the allocation bitmap.
Pointer to the table
data area.
ERRok on success
ERRbadp on failure
tblmngr(3tbl)
$Id: TBLinit.3,v
1.1 2002/04/07 19:37:39 kitchen Exp $
Table of Contents