To check for e.g. uint16_t, I could do AC_CHECK_TYPE(uint16_t, unsigned short) , but this seems sub-optimal considering that 'unsigned short' isn't necessarily 16 bits wide. Is there a better macro for this?
- Re: checking for fixed-size types lars brinkhoff
- Re: checking for fixed-size types Akim Demaille