Table of Contents

Name

TBLoffset - return the offset of the beginning of a table

Description

TBLoffset returns the offset from the base of the table area for an individual table.

This function is part of tblmngr.

Syntax

int TBLoffset(
   MASTER_SIZE *MSpnt,

   int Tbl

   );

Arguments

MSpnt

Pointer to the MASTER_SIZE.

Tbl

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

Returns


The offset from the base of the partition.
-1 returned on error

See Also

tblmngr(3tbl)

Manual page revision

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


Table of Contents