Bruno Haible wrote:
Such precautions are not needed, because
- gnulib for sure will not be ported to architectures where no
8-bit integer type exists.
Although that's true for much of Gnulib, many Gnulib modules would work just
fine on such hosts.
- Whether C99 requires it or not
Hi Paul,
> Use uint_fast8_t not uint8_t, as C99 does not require uint8_t.
Such precautions are not needed, because
- gnulib for sure will not be ported to architectures where no
8-bit integer type exists.
- Whether C99 requires it or not, does not matter here: The 'glob'
module depend