Table of Contents
LoadPieceTbl - load a piece table
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.
PTBL_HDR *LoadPieceTbl (
char *FN
)
- FN
Returns a pointer to the newly created piece table.
libpiece(3piece)
$Id: LoadPieceTbl.3,v
1.1 2002/04/07 18:56:34 kitchen Exp $
Table of Contents