diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-16 19:28:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-16 19:28:19 +0200 |
commit | f3dc6bca36636c129f713fcdf429a3a69530e39c (patch) | |
tree | ba0c91a101660755ef426581e4dd820e35ec74bd /doc | |
parent | inf: (U)INT_LEAST/_FAST{N}_C does not exist, (U)INT{N}_C is used (diff) | |
download | slibc-f3dc6bca36636c129f713fcdf429a3a69530e39c.tar.gz slibc-f3dc6bca36636c129f713fcdf429a3a69530e39c.tar.bz2 slibc-f3dc6bca36636c129f713fcdf429a3a69530e39c.tar.xz |
info: fnindex
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-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 |