(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

LONG GoodType (type)

LOCATION
In IFFParseBase at offset 44

SYNOPSIS
LONG type

FUNCTION
Determines whether a IFF chunk type is valid according to the IFF specification.

INPUTS
type
An IFF chunk type to be tested.

RESULT
TRUE - type is valid. FALSE - otherwise.

EXAMPLE

SEE ALSO
GoodID()

NOTES
Assumes the input type to be in local byte order.

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
13.02.1997 digulla
Bugfix. Loads IFF pictures now.

Added lots of debug output

03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen