On the allowmask (or any other mask) how do we represent the 32-bit unsigned int as a string?
1) Is it big- or little-endian? (I would imagine it's big-endian)
2) Are there any special formatting (padding, etc) or can I just printf("allowmask\n%d", allowmask)?
[Editor's note: Gah, this posting to different journals finally is biting me in the ass...couldn't get which journal I was posting to straight]