[patch] stdint.h: [u]int_fast<N>_t types (Take 2)

Ralf Corsepius ralf.corsepius@rtems.org
Wed Oct 5 10:59:00 GMT 2005


Hi again,

Take 2 at implementing [u]int_fast<N>_t types:

* Working principle: Assume "int" to be the fastest type for all fixed
size types with a size less than int.

=> Use "[signed|unsigned] int" for [u]int_fast<N>_t with N <= N(int).

=> Use "[u]int_least<N>_t" for [u]int_fast<N>_t with N > N(int).


Ralf

-------------- next part --------------
A non-text attachment was scrubbed...
Name: newlib-stdint-051005-1.diff
Type: text/x-patch
Size: 2995 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20051005/07c7a134/attachment.bin>


More information about the Newlib mailing list