C99 Language Standard
Contents
Foreword
Introduction
1. Scope
2. Normative references
3. Terms, definitions, and symbols
4. Conformance
5. Environment
6. Language
6.1 Notation
6.2 Concepts
6.2.1 Scopes of identifiers
6.2.2 Linkages of identifiers
6.2.3 Name spaces of identifiers
6.2.4 Storage durations of objects
6.2.5 Types
6.2.6 Representations of types
6.2.7 Compatible type and composite type
6.3 Conversions
6.4 Lexical elements
6.5 Expressions
6.6 Constant expressions
6.7 Declarations
6.8 Statements and blocks
6.9 External definitions
6.10 Preprocessing directives
6.11 Future language directions
7. Library
Annex A
Annex B
Annex C
Annex D
Annex E
Annex F
Annex G
Annex H
Annex I
Annex J
Bibliography
C99 Language Standard
6. Language
6.2 Concepts
Previous
Next
6.2 Concepts
6.2.1 Scopes of identifiers
6.2.2 Linkages of identifiers
6.2.3 Name spaces of identifiers
6.2.4 Storage durations of objects
6.2.5 Types
6.2.6 Representations of types
6.2.6.1 General
6.2.6.2 Integer types
6.2.7 Compatible type and composite type