GNU Info

Info Node: (stabs.info)Types

(stabs.info)Types


Next: Symbol Tables Prev: Variables Up: Top
Enter node , (file) or (file)node

Defining Types
**************

   The examples so far have described types as references to previously
defined types, or defined in terms of subranges of or pointers to
previously defined types.  This chapter describes the other type
descriptors that may follow the `=' in a type definition.

Builtin Types
Integers, floating point, void, etc.
Miscellaneous Types
Pointers, sets, files, etc.
Cross-References
Referring to a type not yet defined.
Subranges
A type with a specific range.
Arrays
An aggregate type of same-typed elements.
Strings
Like an array but also has a length.
Enumerations
Like an integer but the values have names.
Structures
An aggregate type of different-typed elements.
Typedefs
Giving a type a name.
Unions
Different types sharing storage.
Function Types

automatically generated by info2www version 1.2.2.9