NAME AllocIFF -- Create a new iffhandle structure. SYNOPSIS iff = AllocIFF () d0 struct iffhandle *iff; FUNCTION Allocates a new iffhandle structure and initializes the basic values. This function is the only supported way to create an iffhandle structure since there are private fields that need to be initialized. INPUTS RESULT iff - pointer to iffhandle structure or null if the allocation failed. EXAMPLE NOTES BUGS SEE ALSO freeiff()