On Wed, 4 Jun 2014 16:31:47 +0100 Dimitris Papastamos <s...@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 <d...@frign.de>