(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

struct IFFHandle * AllocIFF ()

LOCATION
In IFFParseBase at offset 5

SYNOPSIS
/* void */

FUNCTION
Allocates an IFFHandle struct.

INPUTS

RESULT
An unitialized IFFHandle structure.

EXAMPLE

SEE ALSO
FreeIFF()

NOTES
The default context-node is created in AllocIFF() and persists until FreeIFF().

BUGS

INTERNALS
Since the default contextnode persistes from AllocIFF until FreeIFF, it is built-in into the internal IFFHandle structure

HISTORY
20.10.1998 hkiel
Amiga Research OS
04.02.1997 digulla
Bugfix: List was not initialized.
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen