From dd51a92bd1880740de0b3f0f404119a7d5bcf0ef Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 14 Oct 2015 19:07:02 +0200 Subject: m info index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/chap/integer-types.texinfo | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3-70-g09d2