blob: db098c9a4dab8c359e26c1f323fe363ffc7f77bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
@c This file includes everything after the titlepage.
@defcodeindex op
@defcodeindex hf
@defcodeindex lv
@ifnothtml
@shortcontents
@contents
@end ifnothtml
@menu
* 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.
* Memory allocation:: How to give your process or memory.
* Free Software Needs Free Documentation:: Why free documentation is important.
* GNU General Public License:: Copying and sharing @command{slibc}.
* GNU Free Documentation License:: Copying and sharing this manual.
* Concept index:: Index of concepts.
* Option index:: Index of command line options.
* Program index:: Index of utilities.
* Variable index:: Index of environment variables.
* Header file index:: Index of header files.
* Data type index:: Index of data types.
* LValue index:: Index of all types of lvalues.
* Function index:: Index of functions and callable macros.
@end menu
@c In GNU Emacs a @detailmenu can be created with `C-c C-u m`.
@c TODO @detailmenu
@include chap/introduction.texinfo
@include chap/language-facilities.texinfo
@include chap/error-reporting.texinfo
@include chap/integer-types.texinfo
@include chap/memory-allocation.texinfo
@include appx/free-software-needs-free-documentation.texinfo
@node GNU General Public License
@appendix GNU General Public License
@include appx/gpl.texinfo
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include appx/fdl.texinfo
@node Concept index
@unnumbered Concept index
Index of concepts.
@printindex cp
@node Option index
@unnumbered Option index
Index of command line options.
@printindex op
@node Program index
@unnumbered Program index
Index of utilities.
@printindex pg
@node Variable index
@unnumbered Variable index
Index of environment variables.
@printindex vr
@node Header file index
@unnumbered Header file index
Index of header files.
@printindex hf
@node Data type index
@unnumbered Data type index
Index of type definitions, structures, unions, enumerations,
and built in data types.
@printindex tp
@node LValue index
@unnumbered LValue index
Index of variables, constant preprocessor values, and lvalue macros.
@printindex lv
@node Function index
@unnumbered Function index
Index of functions and callable macros.
@printindex fn
|