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?

Reply via email to