diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-14 16:00:57 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-14 16:01:54 +0200 |
commit | 73752e7b1e48ea14408b677a76deb6bc914447a5 (patch) | |
tree | 893cdb02ecb3fd29d2b35f0043b2be11b5945703 /doc/info/slibc.texinfo | |
parent | m (diff) | |
download | slibc-73752e7b1e48ea14408b677a76deb6bc914447a5.tar.gz slibc-73752e7b1e48ea14408b677a76deb6bc914447a5.tar.bz2 slibc-73752e7b1e48ea14408b677a76deb6bc914447a5.tar.xz |
info: intrinsic integer types
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/slibc.texinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/info/slibc.texinfo b/doc/info/slibc.texinfo index c13924e..0a57245 100644 --- a/doc/info/slibc.texinfo +++ b/doc/info/slibc.texinfo @@ -293,6 +293,7 @@ Stockholm C Standard Library. * Introduction:: Introduction to @command{slibc} and this manual. * Language facilities:: C language facilities provided by the library. * Error reporting:: Detecting, reporting, and printing errors. +* Integer types:: Portable and descriptive integer types. * Free Software Needs Free Documentation:: Why free documentation is important. * GNU General Public License:: Copying and sharing @command{slibc}. @@ -314,6 +315,7 @@ Stockholm C Standard Library. @include chap/introduction.texinfo @include chap/language-facilities.texinfo @include chap/error-reporting.texinfo +@include chap/integer-types.texinfo |