Table of Contents

Name

LookupPieceTbl - lookup value from piece table

Description

LookupPieceTbl is a routine to look up a value in a piece table.

This function is part of libpiece.

Syntax

double LookupPieceTbl (
PTBL_HDR *PTHpnt,
double V
)

Arguments

PTHpnt,
pointer to the piece table header.
V
input value

Return Value

the value obtained from the piece table

Notes

See Also

libpiece(3piece)

Manual page revision

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


Table of Contents