man3tbl/TBLfree

Table of Contents

Name

TBLfree - tell number of free records in table

Description

TBLfree returns the number of free records in the specified table.

This function is part of tblmngr.

Syntax

int TBLfree(
   HEADER_TBL *HTpnt,

   int Tbl

   );

Arguments

HTpnt

Pointer to the HEADER_TBL.

Tbl

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

Returns


The number of free records in the table.
-1 returned on error

See Also

tblmngr(3tbl)

Manual page revision

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


Table of Contents