So far, we've seen the basic types char, int, long int, float, and double. This section introduces the last few basic types: void, short int, long double, and the unsigned types. Also, we'll meet storage classes, typedef, and the type qualifiers const and volatile.
18.1.6 Type Definitions (typedef)
Read sequentially: prev next up top
This page by Steve Summit // Copyright 1996-1999 // mail feedback