-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgnu-c-manual.texi
88 lines (66 loc) · 1.81 KB
/
gnu-c-manual.texi
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
\input texinfo @c -*-texinfo-*-
@comment %**start of header
@setfilename gnu-c-manual.info
@settitle The GNU C Reference Manual
@c @smallbook
@comment %**end of header
@copying
This is the GNU C reference manual.
Copyright @copyright{} 2007-2009 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
and with the Back-Cover Texts as in (a) below. A copy of the license
is included in the section entitled ``GNU Free Documentation
License.''
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
this GNU Manual. Buying copies from GNU Press supports the FSF in
developing GNU and promoting software freedom.''
@end quotation
@end copying
@dircategory Software development
@direntry
* C: (gnu-c-manual). GNU C reference manual.
@end direntry
@titlepage
@title The GNU C Reference Manual
@author Trevis J. Rothwell
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top The GNU C Reference Manual
This is the GNU C reference manual.
@end ifnottex
@menu
* Preface::
* Lexical Elements::
* Data Types::
* Expressions and Operators::
* Statements::
* Functions::
* Program Structure and Scope::
* A Sample Program::
* GNU Free Documentation License::
* Index::
@end menu
@include preface.texi
@include lexical.texi
@include types.texi
@include expressions.texi
@include statements.texi
@include functions.texi
@include program.texi
@include sample.texi
@node GNU Free Documentation License
@unnumbered GNU Free Documentation License
@include fdl.texi
@node Index
@unnumbered Index
@printindex cp
@bye