Table of Contents
TBLoffset - return the offset of the beginning of a table
TBLoffset
returns the offset from the base of the table area for an individual table.
This function is part of tblmngr.
int TBLoffset(
MASTER_SIZE *MSpnt,
int Tbl
);
Pointer to the MASTER_SIZE.
The table to allocate from.
See mem.h for a list of valid values to use.
The offset from the base of the partition.
-1 returned on error
tblmngr(3tbl)
$Id: TBLoffset.3,v
1.1 2002/04/07 19:37:39 kitchen Exp $
Table of Contents