Xiqual 0.9.1

In file include/iffparse.h:

#define MAKE_ID

(a, b, c, d)

Quick macro to make a ulong of four characters.

Documentation

Quick macro to make a ulong of four characters. This only creates them in internal order. You still need to convert to big-endian format before writing it to an IFF.

The first character is the leftmost in a string; little-endian machines will store this backwards, so _SwapBE32() will be required.

Parameters:
a - First character.
b - Second character.
c - Third character.
- d Fourth character.
See Also:
_SwapBE32()

Alphabetic index



This page was generated with the help of DOC++.