Bruno Haible wrote:
On all platform we've tested on, since 2006, this worked fine.
Ah, I didn't see that. You're right, it's testing for POSIX, not just the C standard.
Hmm, should we make this test stronger by verifying that uint8_t is really exactly 8 bits wide? verify (UINT8_MAX == 0xFF);
I suppose it wouldn't hurt.