Xiqual 0.9.1
In file xitools/iff_new.c:
Creates a new IFF.
Documentation
Creates a new IFF. Any existing file with the same name
will be deleted. Note that header information is written in
big-endian format. It's recommended to convert all numeric data to
big-endian before saving if the data will be available on several
different platforms. Intel x86 is little-endian, and PPC is
big-endian.
- Parameters:
- - name Name of file to
create.
- type IFF type.
- Author:
- Ronny Bangsund
- See Also:
- iff_newchunk(),
iff_writechunk(), iff_endchunk(),
iff_close(), iff_goodtype(), IFFHandle, _SwapBE32()
Alphabetic index
This page was generated with the help of DOC++.