diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-14 19:07:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-14 19:07:02 +0200 |
commit | dd51a92bd1880740de0b3f0f404119a7d5bcf0ef (patch) | |
tree | 8b8d6a0d5c253acf46c5a3d040986f726316c4a6 | |
parent | info: semiportable integer types (diff) | |
download | slibc-dd51a92bd1880740de0b3f0f404119a7d5bcf0ef.tar.gz slibc-dd51a92bd1880740de0b3f0f404119a7d5bcf0ef.tar.bz2 slibc-dd51a92bd1880740de0b3f0f404119a7d5bcf0ef.tar.xz |
m info index
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/chap/integer-types.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/info/chap/integer-types.texinfo b/doc/info/chap/integer-types.texinfo index f8bcda8..cbc4b45 100644 --- a/doc/info/chap/integer-types.texinfo +++ b/doc/info/chap/integer-types.texinfo @@ -279,6 +279,8 @@ The exact ranges of these types are [0, @code{UINT_LEAST@i{N}_MAX}]. @item int_fast@i{N}_t +@cpindex Fast integers +@cpindex Integers, fast @tpindex int_fast@i{N}_t @lvindex INT_FAST@i{N}_MIN @lvindex INT_FAST@i{N}_MAX @@ -306,6 +308,8 @@ The exact ranges of these types are [@code{INT_FAST@i{N}_MIN}, @code{INT_FAST@i{N}_MAX}]. @item uint_fast@i{N}_t +@cpindex Fast integers +@cpindex Integers, fast @tpindex uint_fast@i{N}_t @lvindex UINT_FAST@i{N}_MAX Signed integer types with ranges of at least @@ -365,6 +369,7 @@ compiler-independent, but machine-dependent. The range if this type is [0, @code{UINTMAX_MAX}]. @item intptr_t +@cpindex Pointers @tpindex intptr_t @lvindex INTPTR_MIN @lvindex INTPTR_MAX @@ -379,6 +384,7 @@ The range if this type is [@code{INTPTR_MIN}, @code{INTMAX_MAX}]. @item uintptr_t +@cpindex Pointers @tpindex uintptr_t @lvindex UINTPTR_MAX Unsigned integer type cast to or from |