On Wed, 4 Jun 2014 16:31:47 +0100
Dimitris Papastamos <sin_AT_2f30.org> wrote:
> uint_least64_t is C99.
Check stdint.h, where it actually calls the extension for 64bit-types.
For full C90-compatibility we would of course need to take care of this
in a deeper way, but this way, no functionality is lost.
--
FRIGN <dev_AT_frign.de>
Received on Wed Jun 04 2014 - 17:48:52 CEST