Table of Contents
TBLused - tell number of allocated records in table
TBLused
returns the number of used records in the specified table.
This function
is part of tblmngr.
int TBLused(
HEADER_TBL *HTpnt,
int Tbl
);
Pointer to the HEADER_TBL.
The table to check. See
mem.h
for a list of valid values to use.
The number of allocated records in the table.
-1 returned on error
tblmngr(3tbl)
$Id: TBLused.3,v
1.1 2002/04/07 19:37:39 kitchen Exp $
Table of Contents