diff options
Diffstat (limited to 'doc/info/chap/integer-types.texinfo')
-rw-r--r-- | doc/info/chap/integer-types.texinfo | 2 |
1 files changed, 2 insertions, 0 deletions
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 |