C99 Language Standard
Contents
Foreword
Introduction
1. Scope
2. Normative references
3. Terms, definitions, and symbols
4. Conformance
5. Environment
6. Language
7. Library
Annex A
Annex B
Annex C
Annex D
Annex E
Annex F
Annex G
Annex H
Annex I
Annex J
J.1 Unspecified behavior
J.2 Undefined behavior
J.3 Implementation-defined behavior
J.3.1 Translation
J.3.2 Environment
J.3.3 Identifiers
J.3.4 Characters
J.3.5 Integers
J.3.6 Floating point
J.3.7 Arrays and pointers
J.3.8 Hints
J.3.9 Structures, unions, enumerations, and bit-fields
J.3.10 Qualifiers
J.3.11 Preprocessing directives
J.3.12 Library functions
J.3.13 Architecture
J.4 Locale-specific behavior
J.5 Common extensions
Bibliography
C99 Language Standard
Annex J
J.3 Implementation-defined behavior
J.3.10 Qualifiers
Previous
Next
J.3.10 Qualifiers
1
What constitutes an access to an object that has volatile-qualified type (
6.7.3
).