man3piece/LoadPieceTbl

Table of Contents

Name

LoadPieceTbl - load a piece table

Description

Load a piece table from a disk file and return a pointer to the loaded table

It calls CountPieceTbl(3piece) , InitPieceTbl(3piece) , and BldPieceTbl(3piece) .

This function is part of libpiece.

Syntax

PTBL_HDR *LoadPieceTbl (
char *FN
)

Arguments

FN

Return Value

Returns a pointer to the newly created piece table.

Notes

See Also

libpiece(3piece)

Manual page revision

$Id: LoadPieceTbl.3,v 1.1 2002/04/07 18:56:34 kitchen Exp $


Table of Contents