F
Francois Grieu
Hi, a basic question. After
#include <stdint.h>
it seems the standard allows uint32_t notto be defined, e.g. on a
36-bit machine.
How can we make a preprocessor test on if uint32_t is defined or not?
That would come handy to portably decide between using uint32_t,
or reverting to some alternate strategy using explicit masking.
TIA
Francois Grieu
#include <stdint.h>
it seems the standard allows uint32_t notto be defined, e.g. on a
36-bit machine.
How can we make a preprocessor test on if uint32_t is defined or not?
That would come handy to portably decide between using uint32_t,
or reverting to some alternate strategy using explicit masking.
TIA
Francois Grieu