(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/iffparse.h>
LONG GoodID (id)
LOCATION
In IFFParseBase at offset 43
SYNOPSIS
LONG id
FUNCTION
Determines whether an ID is valid according to the IFF specification.
INPUTS
id
An IFF chunk ID to be tested.
RESULT
TRUE if valid. FALSE otherwise.
EXAMPLE
SEE ALSO
NOTES
Assumes input to be in local byte order.
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
13.09.1998 nlorentz
Bugfix
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