On 4 May 2015 at 11:30, Roberto E. Vargas Caballero <[email protected]> wrote:
> But uint32_t is not guaranteed to be present in all the implementations

uint32_t is guaranteed in POSIX 2004, but you may not want to rely on that.
uint32_least_t, which would suffice, is guaranteed in C99.

cls

Reply via email to