* better
[mascara-docs.git] / lang / C / the.ansi.c.programming.language / c.programming.notes.int / sx4a.html
blob8cc0023398d4b62583d3c8e2072edc0b01a63b4f
1 <!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
2 <!-- This collection of hypertext pages is Copyright 1995-7 by Steve Summit. -->
3 <!-- This material may be freely redistributed and used -->
4 <!-- but may not be republished or sold without permission. -->
5 <html>
6 <head>
7 <link rev="owner" href="mailto:scs@eskimo.com">
8 <link rev="made" href="mailto:scs@eskimo.com">
9 <title>18.1: Types</title>
10 <link href="sx4.html" rev=precedes>
11 <link href="sx4aa.html" rel=precedes>
12 <link href="sx4.html" rev=subdocument>
13 </head>
14 <body>
15 <H2>18.1: Types</H2>
17 <p>So far, we've seen the basic types
18 <TT>char</TT>, <TT>int</TT>, <TT>long int</TT>,
19 <TT>float</TT>, and <TT>double</TT>.
20 This section introduces the last few basic types:
21 <TT>void</TT>,
22 <TT>short int</TT>,
23 <TT>long double</TT>,
24 and the <TT>unsigned</TT> types.
25 Also, we'll meet
26 storage classes,
27 <TT>typedef</TT>,
28 and
29 the type qualifiers
30 <TT>const</TT> and <TT>volatile</TT>.
31 </p><p><a href="sx4aa.html" rel=subdocument>18.1.1: <TT>void</TT></a></p>
32 <p><a href="sx4ba.html" rel=subdocument>18.1.2: <TT>short int</TT></a></p>
33 <p><a href="sx4ca.html" rel=subdocument>18.1.3: <TT>unsigned</TT> integers</a></p>
34 <p><a href="sx4da.html" rel=subdocument>18.1.4: <TT>long double</TT></a></p>
35 <p><a href="sx4ea.html" rel=subdocument>18.1.5: Storage Classes</a></p>
36 <p><a href="sx4fa.html" rel=subdocument>18.1.6 Type Definitions (<TT>typedef</TT>)</a></p>
37 <p><a href="sx4ga.html" rel=subdocument>18.1.7: Type Qualifiers</a></p>
38 <hr>
39 <p>
40 Read sequentially:
41 <a href="sx4.html" rev=precedes>prev</a>
42 <a href="sx4aa.html" rel=precedes>next</a>
43 <a href="sx4.html" rev=subdocument>up</a>
44 <a href="top.html">top</a>
45 </p>
46 <p>
47 This page by <a href="http://www.eskimo.com/~scs/">Steve Summit</a>
48 // <a href="copyright.html">Copyright</a> 1996-1999
49 // <a href="mailto:scs@eskimo.com">mail feedback</a>
50 </p>
51 </body>
52 </html>