From f3dc6bca36636c129f713fcdf429a3a69530e39c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 16 Oct 2015 19:28:19 +0200 Subject: info: fnindex 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/info/chap/integer-types.texinfo') diff --git a/doc/info/chap/integer-types.texinfo b/doc/info/chap/integer-types.texinfo index af612c0..c121dbc 100644 --- a/doc/info/chap/integer-types.texinfo +++ b/doc/info/chap/integer-types.texinfo @@ -212,6 +212,7 @@ if there are matching integer types. Thus, if the compile do not use two's complement, none will defined. +@fnindex INT@i{N}_C Their range are [@code{INT@i{N}_MIN}, @code{INT@i{N}_MAX}], where @code{INT@i{N}_MIN == -@code{INT@i{N}_MAX} - 1}, @@ -234,6 +235,7 @@ They have do not have any padding bits. They are only defined if there are matching integer types. +@fnindex UINT@i{N}_C Their range are [0, @code{UINT@i{N}_MAX}], where @code{UINT@i{N}_MAX == (1 << @i{N}) - 1}. Numerical literals, without type suffixes, can -- cgit v1.2.3-70-g09d2