diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-16 02:54:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-16 02:54:55 +0200 |
commit | 77d1df5e4589e6efcf0eb6d15109e673bdbdd8c9 (patch) | |
tree | 97eb510f4a45caca1f229f749d2380892a6b1d59 /doc | |
parent | C89 == C90 == ANSI C == Standard C (diff) | |
download | slibc-77d1df5e4589e6efcf0eb6d15109e673bdbdd8c9.tar.gz slibc-77d1df5e4589e6efcf0eb6d15109e673bdbdd8c9.tar.bz2 slibc-77d1df5e4589e6efcf0eb6d15109e673bdbdd8c9.tar.xz |
info. add section for specialised integer types
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/chap/integer-types.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/info/chap/integer-types.texinfo b/doc/info/chap/integer-types.texinfo index 10de78a..12fc25a 100644 --- a/doc/info/chap/integer-types.texinfo +++ b/doc/info/chap/integer-types.texinfo @@ -5,6 +5,7 @@ @menu * Builtin integer types:: Integer types provided by the compiler. * Portable integer types:: Integer types provided by the standard library. +* Specialised integer types:: Purpose-defined integer types. @end menu @@ -420,3 +421,9 @@ currently, does not define any integer types where @i{N} is neither 8, 16, 32, nor 64. + +@node Specialised integer types +@section Specialised integer types + +TODO + |