• [stats]Frequent Numbers

    From Stefan Ram@21:1/5 to All on Sat Sep 28 18:16:48 2024
    Which parts of the standard(s) are quoted often in this newsgroup?

    Here are some candidates (numbers with other meanings might have
    sneaked in!) I found with their frequency:

    number frequency

    9.10 617
    2.6.39.3 615
    1.0 491
    6.2.5 389
    6.3.2.3 351
    1.6 349
    5.1.2.3 347
    6.3.2.1 292
    1.48.0 265
    6.2.6.2 257
    6.5p7 232
    6.5.2.2 228
    6.2.6.1 220
    5.1.2.2.1 198
    6.5.6 196
    3.4.5 185
    6.7.8 181
    4.7.4 175
    3.2.3 158
    7.1.4 157
    5.2.4.1 155
    6.7.2.1 155
    2.0 153
    7.1.3 153
    4.1.2 153
    6.5.3.2 144
    3.4.3 141
    2.7 136
    6.5.2.3 127
    5.2.4.2.2 124
    6.3.1.1 121
    6.2.4 120
    6.5.16.1 116
    6.7.3 115
    6.5.3.4 114
    3.2.2 113
    5.2.1 113
    5.1.0 113
    4.1.1 112
    4.3.3 111
    6.5.7 110
    7.20.3 108
    3.4.4 107
    5.4.6 107
    6.3.2.3p7 105
    6.2.1 102
    5.1.1.2 102
    6.2.6 101
    6.3.1.8 101
    3.4.6 101
    3.0 100

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From James Kuyper@21:1/5 to Stefan Ram on Sat Sep 28 20:34:57 2024
    On 9/28/24 14:16, Stefan Ram wrote:
    Which parts of the standard(s) are quoted often in this newsgroup?

    Here are some candidates (numbers with other meanings might have
    sneaked in!) I found with their frequency:

    number frequency

    9.10 617

    There is no section 9 in the ISO C standard.

    2.6.39.3 615

    Section 2 has no sub-sections, just paragraphs.

    1.0 491

    Section 1 also has no sub-sections, and (oddly for a language that uses
    0-based indexing :-) sub-sections are never numbered 0.

    6.2.5 389

    That's the section for types - that's plausibly a common topic of
    discussion.

    Several of the following section numbers listed below fall afoul of the
    same issues as the first three, but I'll stop here.

    6.3.2.3 351
    1.6 349
    5.1.2.3 347
    6.3.2.1 292
    1.48.0 265
    6.2.6.2 257
    6.5p7 232
    6.5.2.2 228
    6.2.6.1 220
    5.1.2.2.1 198
    6.5.6 196
    3.4.5 185
    6.7.8 181
    4.7.4 175
    3.2.3 158
    7.1.4 157
    5.2.4.1 155
    6.7.2.1 155
    2.0 153
    7.1.3 153
    4.1.2 153
    6.5.3.2 144
    3.4.3 141
    2.7 136
    6.5.2.3 127
    5.2.4.2.2 124
    6.3.1.1 121
    6.2.4 120
    6.5.16.1 116
    6.7.3 115
    6.5.3.4 114
    3.2.2 113
    5.2.1 113
    5.1.0 113
    4.1.1 112
    4.3.3 111
    6.5.7 110
    7.20.3 108
    3.4.4 107
    5.4.6 107
    6.3.2.3p7 105
    6.2.1 102
    5.1.1.2 102
    6.2.6 101
    6.3.1.8 101
    3.4.6 101
    3.0 100



    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Waldek Hebisch@21:1/5 to Stefan Ram on Mon Sep 30 16:10:33 2024
    Stefan Ram <ram@zedat.fu-berlin.de> wrote:
    Which parts of the standard(s) are quoted often in this newsgroup?

    Here are some candidates (numbers with other meanings might have
    sneaked in!) I found with their frequency:

    number frequency

    9.10 617
    2.6.39.3 615
    1.0 491
    <snip>
    3.4.6 101
    3.0 100

    3.4.6 looks like gcc version. Are you sure you are not picking
    gcc and other software versions?

    --
    Waldek Hebisch

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefan Ram@21:1/5 to Stefan Ram on Thu Oct 3 02:08:19 2024
    ram@zedat.fu-berlin.de (Stefan Ram) wrote or quoted:
    Which parts of the standard(s) are quoted often in this newsgroup?
    Here are some candidates (numbers with other meanings might have
    sneaked in!) I found with their frequency:
    number frequency
    9.10 617
    2.6.39.3 615

    Man, I totally spaced on that doohickey!
    You know, the one with the 411 on what it's all about.

    number frequency possible meaning(s)
    in comp.
    lang.c

    6.2.5 389 = Types@c9x-draft,n1570,n2310
    6.3.2.3 351 = Pointers@c9x-draft,n1570,n2310
    1.6 349 = DEFINITIONS OF TERMS@c89 final draft,c90 draft
    5.1.2.3 347 = Program execution@c9x-draft,n1570,n2310
    6.3.2.1 292 = Lvalues and function designators@c9x-draft;
    Lvalues, arrays, and function designators
    @n1570,n2310
    6.2.6.2 257 = Integer types@c9x-draft,n1570,n2310
    6.5p7 232 < Expressions@c9x-draft,n1570,n2310
    6.5.2.2 228 = Function calls@c9x-draft,n1570,n2310
    6.2.6.1 220 = General@c9x-draft,n1570,n2310 (Repr. of types)
    5.1.2.2.1 198 = Program startup@c9x-draft,n1570,n2310
    6.5.6 196 = Additive operators@c9x-draft,n1570,n2310
    6.7.8 181 = Initialization@c9x-draft;
    Type definitions@n1570,n2310
    7.1.4 157 = Use of library functions@c9x-draft,n1570,n2310
    5.2.4.1 155 = Translation limits@c9x-draft,n1570,n2310
    6.7.2.1 155 = Structure and union specifiers
    @c9x-draft,n1570,n2310
    7.1.3 153 = Reserved identifiers@c9x-draft,n1570,n2310
    4.1.2 153 = Standard headers@c89 final draft,c90 draft
    6.5.3.2 144 = Address and indirection operators
    @c9x-draft,n1570,n2310
    6.5.2.3 127 = Structure and union members@c9x-draft,n1570,n2310 6.3.1.1 121 = Boolean, characters, and integers
    @c9x-draft,n1570,n2310
    6.2.4 120 = Storage durations of objects
    @c9x-draft,n1570,n2310
    6.5.16.1 116 = Simple assignment@c9x-draft,n1570,n2310
    6.7.3 115 = Type qualifiers@c9x-draft,n1570,n2310
    6.5.3.4 114 = The sizeof operator@c9x-draft
    3.2.2 113 = Other operands@c89 final draft,c90 draft
    5.2.1 113 = Character sets@c9x-draft,n1570,n2310
    4.1.1 112 = Definitions of terms@c89 final draft,c90 draft
    6.5.7 110 = Bitwise shift operators@c9x-draft,n1570,n2310
    7.20.3 108 = Memory management functions@c9x-draft;
    Limits of other integer types@n1570,n2310
    6.3.2.3p7 105 < Pointers@c9x-draft,n1570,n2310
    6.2.1 102 = Scopes of identifiers@c9x-draft,n1570,n2310
    5.1.1.2 102 = Translation phases@c9x-draft,n1570,n2310
    6.2.6 101 = Representations of types@c9x-draft,n1570,n2310
    6.3.1.8 101 = Usual arithmetic conversions
    @c9x-draft,n1570,n2310
    6.3.1.3 99 = Signed and unsigned integers
    @c9x-draft,n1570,n2310
    6.2.7 95 = Compatible type and composite type
    @c9x-draft,n1570,n2310
    6.6p10 94 < Constant expressions@c9x-draft,n1570,n2310
    6.5.6p8 93 < Additive operators@c9x-draft,n1570,n2310
    7.19.6.1 91 = The fprintf function@c9x-draft
    3.3.1 87 = Primary expressions@c89 final draft,c90 draft
    6.5p2 87 < Expressions@c9x-draft,n1570,n2310
    6.3.2.1p3 85 < Lvalues and function designators@c9x-draft;
    Lvalues, arrays, and function designators
    @n1570,n2310
    6.4.4.1 84 = Integer constants@c9x-draft,n1570,n2310
    6.4.5 84 = String literals@c9x-draft,n1570,n2310
    6.2.2 77 = Linkages of identifiers@c9x-draft,n1570,n2310
    4.3.1 76 = Character testing functions
    @c89 final draft,c90 draft
    6.5.16 76 = Assignment operators@c9x-draft,n1570,n2310
    6.5.4 76 = Cast operators@c9x-draft,n1570,n2310
    4.3.2 76 = Character case mapping functions
    @c89 final draft,c90 draft
    6.2.6.1p5 75 < General@c9x-draft,n1570,n2310 (Repr. of types)
    6.5p1 74 < Expressions@c9x-draft,n1570,n2310
    6.6p6 74 < Constant expressions@c9x-draft,n1570,n2310
    7.19.3 72 = Files@c9x-draft
    3.3.3 71 = Unary operators@c89 final draft,c90 draft
    3.1.1 70 = Keywords@c89 final draft,c90 draft
    7.19.2 69 = Streams@c9x-draft
    7.1.1 68 = Definitions of terms
    @c9x-draft,n1570,n2310 (Library)
    6.5.2.2p6 68 < Function calls@c9x-draft,n1570,n2310
    6.7.2 66 = Type specifiers@c9x-draft,n1570,n2310
    4.8.1 66 = Variable argument list access macros
    @c89 final draft,c90 draft
    6.5.9 65 = Equality operators@c9x-draft,n1570,n2310
    6.3.1.1p2 65 < Boolean, characters, and integers
    @c9x-draft,n1570,n2310
    4.2.1 65 = Program diagnostics@c89 final draft,c90 draft
    5.1.1.3 64 = Diagnostics
    @c9x-draft,n1570,n2310 (Transl. environment)
    6.5.2.1 64 = Array subscripting@c9x-draft,n1570,n2310
    6.9.2 63 = External object definitions@c9x-draft,n1570,n2310 6.5.16.1p1 63 < Simple assignment@c9x-draft,n1570,n2310
    6.2.4p2 63 < Storage durations of objects
    @c9x-draft,n1570,n2310
    6.4.4.4 62 = Character constants@c9x-draft,n1570,n2310
    3.3.4 62 = Cast operators@c89 final draft,c90 draft
    1.5 61 = BASE DOCUMENTS@c89 final draft,c90 draft
    6.2.6.2p2 60 < Integer types@c9x-draft,n1570,n2310
    5.1.2.2.3 59 = Program termination@c9x-draft,n1570,n2310
    6.5.2 59 = Postfix operators@c9x-draft,n1570,n2310
    6.2.5p9 59 < Types@c9x-draft,n1570,n2310
    3.3.5 59 = Multiplicative operators
    @c89 final draft,c90 draft
    6.9.1 57 = Function definitions@c9x-draft,n1570,n2310;
    3.2 57 = CONVERSIONS@c89 final draft,c90 draft
    7.1.1p1 57 < Definitions of terms@c9x-draft,n1570,n2310
    6.3.2.1p2 57 < Lvalues and function designators@c9x-draft;
    Lvalues, arrays, and function designators
    @n1570,n2310
    6.3.2.3p3 57 < Pointers@c9x-draft,n1570,n2310
    4.7.2 56 = Send signal@c89 final draft,c90 draft
    6.5.1 55 = Primary expressions@c9x-draft,n1570,n2310
    3.1 55 = LEXICAL ELEMENTS@c89 final draft,c90 draft
    6.5 55 = Expressions@c9x-draft,n1570,n2310
    7.14.1.1 55 = The signal function@c9x-draft,n1570,n2310
    7.1.3p1 54 < Reserved identifiers@c9x-draft,n1570,n2310
    6.5p6 54 < Expressions@c9x-draft,n1570,n2310
    6.7.2.3 53 = Tags@c9x-draft,n1570,n2310 (Type specifiers)
    7.19.2p2 53 < Streams@c9x-draft
    6.10.2 53 = Source file inclusion@c9x-draft,n1570,n2310
    6.5.8 50 = Relational operators@c9x-draft,n1570,n2310
    6.3.2.3p5 50 < Pointers@c9x-draft,n1570,n2310
    7.1.4p1 50 < Use of library functions@c9x-draft,n1570,n2310
    6.3.2.2 48 = void@c9x-draft,n1570,n2310
    5.1.2 48 = Execution environments@c9x-draft,n1570,n2310
    7.1.2 47 = Standard headers@c9x-draft,n1570,n2310
    6.5.9p6 47 < Equality operators@c9x-draft,n1570,n2310
    6.7.7 47 = Type definitions@c9x-draft; Type names
    @n1570,n2310
    3.3.2 47 = Postfix operators@c89 final draft,c90 draft
    7.19.1 46 = Introduction@c9x-draft
    4.9.2 46 = Streams@c89 final draft,c90 draft
    3.2.1 45 = Arithmetic operands@c89 final draft,c90 draft
    6.7.3p6 45 < Type qualifiers@c9x-draft,n1570,n2310
    6.7.2.2 44 = Enumeration specifiers@c9x-draft,n1570,n2310
    6.8.5 44 = Iteration statements@c9x-draft,n1570,n2310
    6.7.5.2 44 = Array declarators@c9x-draft
    6.2.7p1 44 < Compatible type and composite type
    @c9x-draft,n1570,n2310
    5.2.2 43 = Character display semantics@c9x-draft,n1570,n2310 6.3.2.1p1 43 < Lvalues and function designators@c9x-draft;
    Lvalues, arrays, and function designators
    @n1570,n2310
    6.6p4 43 < Constant expressions@c9x-draft,n1570,n2310
    6.5.3.4p2 42 < The sizeof operator@c9x-draft
    1.2 42 = SCOPE@c89 final draft,c90 draft
    6.5p5 42 < Expressions@c9x-draft,n1570,n2310
    1.1 41 = PURPOSE@c89 final draft,c90 draft
    6.7.1 40 = Storage-class specifiers@c9x-draft,n1570,n2310
    6.4.4 40 = Constants@c9x-draft,n1570,n2310
    4.1 40 = INTRODUCTION@c89 final draft,c90 draft (LIBRARY)
    4.4.1 40 = Locale control@c89 final draft,c90 draft
    3.3 39 = EXPRESSIONS@c89 final draft,c90 draft
    6.10.3 39 = Macro replacement@c9x-draft,n1570,n2310
    6.10.8 39 = Predefined macro names@c9x-draft,n1570,n2310
    6.5.2.3p5 38 < Structure and union members@c9x-draft,n1570,n2310 6.2.5p26 38 < Types@c9x-draft,n1570,n2310
    6.4.2.1 38 = General@c9x-draft,n1570,n2310 (Identifiers)
    6.5.15 38 = Conditional operator@c9x-draft,n1570,n2310
    6.5.3.2p4 38 < Address and indirection operators
    @c9x-draft,n1570,n2310
    6.5.3.2p3 38 < Address and indirection operators
    @c9x-draft,n1570,n2310
    7.21.2p2 38 < Copying functions@c9x-draft; Streams@n1570,n2310
    6.4.4.2 37 = Floating constants@c9x-draft,n1570,n2310
    6.8.6.4 36 = The return statement@c9x-draft,n1570,n2310
    5.1 36 = Conceptual models
    @c9x-draft,n1570,n2310 (Environment)
    6.3.1 36 = Arithmetic operands@c9x-draft,n1570,n2310
    6.3.2 36 = Other operands@c9x-draft,n1570,n2310
    4.5.2 36 = Trigonometric functions@c89 final draft,c90 draft 5.1.2.3p2 36 < Program execution@c9x-draft,n1570,n2310
    7.20.1.4 35 = The strtol, strtoll, strtoul, and strtoull
    @c9x-draft;
    Integer types capable of holding object pointers
    @n1570,n2310
    6.2.5p20 35 < Types@c9x-draft,n1570,n2310
    7.21.1 35 = String function conventions@c9x-draft;
    Introduction@n1570,n2310 (Input/output <stdio.h>) 7.20.4.3 35 = The exit function@c9x-draft
    6.3.1.3p3 35 < Signed and unsigned integers
    @c9x-draft,n1570,n2310
    5.1.2.3p6 35 < Program execution@c9x-draft,n1570,n2310
    6.3.1.4 34 = Real floating and integer@c9x-draft,n1570,n2310
    6.11.6 34 = Pragma directives@c9x-draft;
    Function declarators@n1570,n2310
    6.2.6.1p6 34 < General@c9x-draft,n1570,n2310
    6.5.5 33 = Multiplicative operators@c9x-draft,n1570,n2310
    6.7.3.1 33 = Formal definition of restrict
    @c9x-draft,n1570,n2310
    6.5.3 33 = Unary operators@c9x-draft,n1570,n2310
    6.5.6p9 33 < Additive operators@c9x-draft,n1570,n2310
    3.7.1 32 = Function definitions@c89 final draft,c90 draft
    7.23.1 32 = Components of time@c9x-draft
    7.20.3p1 32 < Memory management functions@c9x-draft;
    Limits of other integer types@n1570,n2310
    6.5.17 32 = Comma operator@c9x-draft,n1570,n2310
    3.3.6 32 = Additive operators@c89 final draft,c90 draft
    5.1.1.1 32 = Program structure@c9x-draft,n1570,n2310
    6.7.9 32 = Initialization@n1570,n2310 (Declarations)
    7.19.6.2 31 = The fscanf function@c9x-draft
    1.3 31 = REFERENCES@c89 final draft,c90 draft
    6.5.2.3p3 31 < Structure and union members@c9x-draft,n1570,n2310 5.2.4.1p1 31 < Translation limits@c9x-draft,n1570,n2310
    2.1 30 = CONCEPTUAL MODELS@c89 final draft,c90 draft
    7.20.3.4 30 = The realloc function@c9x-draft
    6.4.1 30 = Keywords@c9x-draft,n1570,n2310
    6.2.3 30 = Name spaces of identifiers@c9x-draft,n1570,n2310 6.3.1.3p2 30 < Signed and unsigned integers
    @c9x-draft,n1570,n2310
    6.2.6.1p4 30 < General@c9x-draft,n1570,n2310
    6.9.1p12 30 < Function definitions@c9x-draft,n1570,n2310
    6.9p5 30 < External definitions@c9x-draft,n1570,n2310
    3.1.2.5 29 = Types@c89 final draft,c90 draft
    6.2.6.2p1 29 < Integer types@c9x-draft,n1570,n2310
    3.5.7 29 = Initialization@c89 final draft,c90 draft
    6.9.2p2 29 < External object definitions@c9x-draft,n1570,n2310
    2.2.1 28 = Character sets@c89 final draft,c90 draft
    7.21.2 28 = Copying functions@c9x-draft; Streams@n1570,n2310
    3.1.2 28 = Identifiers@c89 final draft,c90 draft
    6.3.2.3p6 28 < Pointers@c9x-draft,n1570,n2310
    6.5p3 28 < Expressions@c9x-draft,n1570,n2310
    6.10.3.4 27 = Rescanning and further replacement
    @c9x-draft,n1570,n2310 (Macro replacement)
    5.1.2.2.1p1 27 < Program startup@c9x-draft,n1570,n2310
    6.7.3p7 27 < Type qualifiers@c9x-draft,n1570,n2310
    6.7p2 27 < Declarations@c9x-draft,n1570,n2310;
    6.8.2 26 = Compound statement, or block@c9x-draft;
    Compound statement@n1570,n2310
    6.7.5 26 = Declarators@c9x-draft;
    Alignment specifier@n1570,n2310
    3.4 26 = CONSTANT EXPRESSIONS@c89 final draft,c90 draft
    6.5.2.5 26 = Compound literals@c9x-draft,n1570,n2310
    6.7.2.2p4 26 < Enumeration specifiers@c9x-draft,n1570,n2310
    5.1.2.1 25 = Freestanding environment@c9x-draft,n1570,n2310
    5.1.2.3p3 25 < Program execution@c9x-draft,n1570,n2310
    6.10 25 = Preprocessing directives@c9x-draft,n1570,n2310
    4.6.1 25 = Save calling environment
    @c89 final draft,c90 draft
    6.6p3 24 < Constant expressions@c9x-draft,n1570,n2310
    6.2 24 = Concepts@c9x-draft,n1570,n2310
    6.5.13 24 = Logical AND operator@c9x-draft,n1570,n2310
    7.18.1.1 24 = Exact-width integer types@c9x-draft
    7.19.5.3 24 = The fopen function@c9x-draft
    6.8.5.3 24 = The for statement@c9x-draft,n1570,n2310
    7.19.9.2 24 = The fseek function@c9x-draft
    6.7.4 24 = Function specifiers@c9x-draft,n1570,n2310
    6.3 24 = Conversions@c9x-draft,n1570,n2310
    6.7.6 24 = Type names@c9x-draft; Declarators@n1570,n2310
    6.2.5p6 24 < Types@c9x-draft,n1570,n2310
    3.8 24 = PREPROCESSING DIRECTIVES
    @c89 final draft,c90 draft
    6.3.2.1p4 24 < Lvalues and function designators@c9x-draft;
    Lvalues, arrays, and function designators
    @n1570,n2310
    1.4 24 = ORGANIZATION OF THE DOCUMENT
    @c89 final draft,c90 draft
    6.6 24 = Constant expressions@c9x-draft,n1570,n2310
    6.7p1 24 < Declarations@c9x-draft,n1570,n2310
    6.2.5p3 23 < Types@c9x-draft,n1570,n2310
    7.18.1.4 23 = Integer types capable of holding object pointers
    @c9x-draft
    6.3.1.8p1 23 < Usual arithmetic conversions
    @c9x-draft,n1570,n2310
    6.2.6.2p5 23 < Integer types@c9x-draft,n1570,n2310
    5.1.2.2.1p2 23 < Program startup@c9x-draft,n1570,n2310
    6.10.1p4 23 < Conditional inclusion@c9x-draft,n1570,n2310
    5.1.1.2p1 23 < Translation phases@c9x-draft,n1570,n2310
    7.21.6.1 22 = The memset function@c9x-draft;
    The fprintf function@n2310
    6.8.3 22 = Expression and null statements
    @c9x-draft,n1570,n2310
    6.10.1 22 = Conditional inclusion@c9x-draft,n1570,n2310
    7.1.2p4 22 < Standard headers@c9x-draft,n1570,n2310
    6.7.2.1p15 22 < Structure and union specifiers
    @c9x-draft,n1570,n2310
    3.3.2.2 22 = Function calls@c89 final draft,c90 draft
    6.4.4.1p5 21 < Integer constants@c9x-draft,n1570,n2310
    6.5.16.1p2 21 < Simple assignment@c9x-draft,n1570,n2310
    6.5.1p5 21 < Primary expressions@c9x-draft,n1570,n2310
    6.7p3 21 < Declarations@c9x-draft,n1570,n2310
    6.4.6p2 21 < Punctuators@c9x-draft,n1570,n2310
    6.4 21 = Lexical elements@c9x-draft,n1570,n2310
    6.2.1p2 21 < Scopes of identifiers@c9x-draft,n1570,n2310
    6.2.5p1 21 < Types@c9x-draft,n1570,n2310
    6.3.1.1p1 21 < Boolean, characters, and integers
    @c9x-draft,n1570,n2310
    4.5.1 21 = Treatment of error conditions
    @c89 final draft,c90 draft
    7.20.3.2 20 = The free function@c9x-draft
    6.5.14 20 = Logical OR operator@c9x-draft,n1570,n2310
    5.1.1.3p1 20 < Diagnostics@c9x-draft,n1570,n2310
    6.5.3.2p1 20 < Address and indirection operators
    @c9x-draft,n1570,n2310
    6.5.16.2 20 = Compound assignment@c9x-draft,n1570,n2310
    6.7.2.1p13 20 < Structure and union specifiers
    @c9x-draft,n1570,n2310
    6.5.7p3 20 < Bitwise shift operators@c9x-draft,n1570,n2310
    6.5.8p5 20 < Relational operators@c9x-draft,n1570,n2310
    6.10.2p4 20 < Source file inclusion@c9x-draft,n1570,n2310
    4.9.1 20 = Introduction@c89 final draft,c90 draft
    6.2.5p27 20 < Types@c9x-draft,n1570,n2310
    6.5.3.3 19 = Unary arithmetic operators@c9x-draft,n1570,n2310 7.21.2.1 19 = The memcpy function@c9x-draft
    5.2.4 19 = Environmental limits@c9x-draft,n1570,n2310
    6.8 19 = Statements@c9x-draft; Statements and blocks
    @n1570,n2310
    6.7.2.1p9 19 < Structure and union specifiers
    @c9x-draft,n1570,n2310
    6.7.2.1p10 19 < Structure and union specifiers
    @c9x-draft,n1570,n2310
    6.7.2.1p16 19 < Structure and union specifiers
    @c9x-draft,n1570,n2310
    6.5.6p7 19 < Additive operators@c9x-draft,n1570,n2310
    6.2.6.2p3 19 < Integer types@c9x-draft,n1570,n2310
    4.9.9.2 19 = The fseek function@c89 final draft,c90 draft
    6.4.4.4p10 19 < Character constants@c9x-draft,n1570,n2310
    6.2.1p4 19 < Scopes of identifiers@c9x-draft,n1570,n2310
    6.4.4.2p3 19 < Floating constants@c9x-draft,n1570,n2310
    6.4p1 19 < Lexical elements@c9x-draft,n1570,n2310
    6.2.1p7 19 < Scopes of identifiers@c9x-draft,n1570,n2310
    7.21.2p3 19 < Copying functions@c9x-draft; Streams@n1570,n2310
    4.5.3 19 = Hyperbolic functions@c89 final draft,c90 draft
    3.2.2.3 18 = Pointers@c89 final draft,c90 draft
    7.20.3.3 18 = The malloc function@c9x-draft
    7.21.4 18 = Comparison functions@c9x-draft;
    Operations on files@n1570,n2310
    6.5.2.2p10 18 < Function calls@c9x-draft,n1570,n2310
    6.8.1 18 = Labeled statements@c9x-draft,n1570,n2310
    6.7 18 = Declarations@c9x-draft,n1570,n2310
    7.1.3p2 18 < Reserved identifiers@c9x-draft,n1570,n2310
    6.10.3.1 18 = Argument substitution@c9x-draft,n1570,n2310
    6.5.16p3 18 < Assignment operators@c9x-draft,n1570,n2310
    6.5.2.2p7 18 < Function calls@c9x-draft,n1570,n2310
    7.1.4p2 18 < Use of library functions@c9x-draft,n1570,n2310
    6.5.2.2p2 18 < Function calls@c9x-draft,n1570,n2310
    7.3.1 18 = Introduction@c9x-draft,n1570,n2310
    7.20.3.1 17 = The calloc function@c9x-draft
    6.4.2.2 17 = Predefined identifiers@c9x-draft,n1570,n2310
    3.3.2.3 17 = Structure and union members
    @c89 final draft,c90 draft
    6.7.2.1p4 17 < Structure and union specifiers
    @c9x-draft,n1570,n2310
    6.2.5p8 17 < Types@c9x-draft,n1570,n2310
    5.2.1p3 17 < Character sets@c9x-draft,n1570,n2310
    3.5 17 = DECLARATIONS@c89 final draft,c90 draft
    6.5.4p4 17 < Cast operators@c9x-draft,n1570,n2310
    6.3.1.2 17 = Boolean type@c9x-draft,n1570,n2310
    2.2 17 = ENVIRONMENTAL CONSIDERATIONS
    @c89 final draft,c90 draft
    6.5.16p2 17 < Assignment operators@c9x-draft,n1570,n2310
    6.6p7 17 < Constant expressions@c9x-draft,n1570,n2310
    6.7.2.2p2 17 < Enumeration specifiers@c9x-draft,n1570,n2310
    6.5.2.2p9 17 < Function calls@c9x-draft,n1570,n2310
    6.7.6.2 17 = Array declarators@n1570,n2310
    6.2.5p28 17 < Types@c9x-draft,n1570,n2310
    7.19.7.2 16 = The fgets function@c9x-draft
    5.1.1 16 = Translation environment@c9x-draft,n1570,n2310 5.1.2.2.3p1 16 < Program termination@c9x-draft,n1570,n2310
    6.4.6 16 = Punctuators@c9x-draft,n1570,n2310
    6.8.4 16 = Selection statements@c9x-draft,n1570,n2310
    3.2.2.1 16 = Lvalues and function designators
    @c89 final draft,c90 draft
    6.4.8 16 = Preprocessing numbers@c9x-draft,n1570,n2310
    7.19.6.1p9 16 < The fprintf function@c9x-draft
    4.9.6.1 16 = The fprintf function@c89 final draft,c90 draft
    7.2.1 16 = Program diagnostics@c9x-draft,n1570,n2310
    6.3.1.4p1 16 < Real floating and integer@c9x-draft,n1570,n2310 6.3.2.3p8 16 < Pointers@c9x-draft,n1570,n2310
    6.10.2p2 16 < Source file inclusion@c9x-draft,n1570,n2310
    6.3p2 16 < Conversions@c9x-draft,n1570,n2310
    6.2.4p6 16 < Storage durations of objects
    @c9x-draft,n1570,n2310
    6.7.2.1p18 16 < Structure and union specifiers
    @c9x-draft,n1570,n2310
    6.8.5p6 16 < Iteration statements@c9x-draft,n1570,n2310
    4.10.3 15 = Memory management functions
    @c89 final draft,c90 draft
    5.2 15 = Environmental considerations
    @c9x-draft,n1570,n2310
    6.4.4p2 15 < Constants@c9x-draft,n1570,n2310
    6.7.3p5 15 < Type qualifiers@c9x-draft,n1570,n2310
    6.2.4p1 15 < Storage durations of objects
    @c9x-draft,n1570,n2310
    6.3.2.3p1 15 < Pointers@c9x-draft,n1570,n2310
    6.8p2 15 < Statements@c9x-draft; Statements and blocks
    @n1570,n2310
    6.7.7p3 15 < Type definitions@c9x-draft; Type names
    @n1570,n2310
    6.7p5 15 < Declarations@c9x-draft,n1570,n2310
    7.19.6 15 = Formatted input/output functions@c9x-draft
    6.7.3p9 15 < Type qualifiers@c9x-draft,n1570,n2310
    6.7.2p2 15 < Type specifiers@c9x-draft,n1570,n2310
    6.4.5p6 15 < String literals@c9x-draft,n1570,n2310
    4.10.3.4 14 = The realloc function@c89 final draft,c90 draft
    7.18.3 14 = Limits of other integer types@c9x-draft
    6.11.7 14 = Function definitions@n1570,n2310
    6.5.3.1 14 = Prefix increment and decrement operators
    @c9x-draft,n1570,n2310
    6.4p3 14 < Lexical elements@c9x-draft,n1570,n2310
    6.8.6.4p1 14 < The return statement@c9x-draft,n1570,n2310
    6.7p4 14 < Declarations@c9x-draft,n1570,n2310
    6.2.5p4 14 < Types@c9x-draft,n1570,n2310
    6.2.7p2 14 < Compatible type and composite type
    @c9x-draft,n1570,n2310
    6.5.7p4 14 < Bitwise shift operators@c9x-draft,n1570,n2310
    7.22.3p1 14 < Memory management functions@n1570,n2310
    7.22.3 14 = Memory management functions@n1570,n2310
    7.21.3 14 = Concatenation functions@c9x-draft;
    Files@n1570,n2310
    7.19.6.6 13 = The sprintf function@c9x-draft
    6.5.10 13 = Bitwise AND operator@c9x-draft,n1570,n2310
    2.1.1 13 = Translation environment@c89 final draft,c90 draft
    6.4.2 13 = Identifiers@c9x-draft,n1570,n2310
    6.4.2.1p3 13 < General@c9x-draft,n1570,n2310
    3.5.4.2 13 = Array declarators@c89 final draft,c90 draft
    6.7.2p5 13 < Type specifiers@c9x-draft,n1570,n2310
    6.7.2.1p8 13 < Structure and union specifiers
    @c9x-draft,n1570,n2310
    6.2.5p19 13 < Types@c9x-draft,n1570,n2310
    3.5.6 13 = Type definitions@c89 final draft,c90 draft
    5.1.2.2 13 = Hosted environment@c9x-draft,n1570,n2310
    6.2.6.1p2 13 < General@c9x-draft,n1570,n2310
    6.2.6.1p1 13 < General@c9x-draft,n1570,n2310
    4.7.1 13 = Specify signal handling@c89 final draft,c90 draft 6.5.3.4p3 13 < The sizeof operator@c9x-draft
    3.8.1 13 = Conditional inclusion@c89 final draft,c90 draft
    6.10p1 13 < Preprocessing directives@c9x-draft,n1570,n2310
    6.5.2.3p6 13 < Structure and union members@c9x-draft,n1570,n2310
    6.4.7 12 = Header names@c9x-draft,n1570,n2310
    7.26.2 12 = Initialization functions@n1570,n2310
    6.2.5p5 12 < Types@c9x-draft,n1570,n2310
    6.4p2 12 < Lexical elements@c9x-draft,n1570,n2310
    7.21.2.3 12 = The strcpy function@c9x-draft
    3.2.1.2 12 = Signed and unsigned integers
    @c89 final draft,c90 draft
    6.2.5p15 12 < Types@c9x-draft,n1570,n2310
    2.1.2.2 12 = Hosted environment@c89 final draft,c90 draft
    6.7.8p11 12 < Initialization@c9x-draft; Type definitions
    @n1570,n2310
    3.6 12 = STATEMENTS@c89 final draft,c90 draft
    6.7.8p14 12 < Initialization@c9x-draft; Type definitions
    @n1570,n2310
    6.8.4.1 12 = The if statement@c9x-draft,n1570,n2310
    7.21.1p2 12 < String function conventions@c9x-draft;
    Introduction@n1570,n2310
    7.1 12 = Introduction@c9x-draft,n1570,n2310
    6.7.5.2p1 12 < Array declarators@c9x-draft
    6.5.15p3 12 < Conditional operator@c9x-draft,n1570,n2310
    6.5.2.4 12 = Postfix increment and decrement operators
    @c9x-draft,n1570,n2310
    6.5.2.1p2 12 < Array subscripting@c9x-draft,n1570,n2310
    5.1.2.4 12 = Multi-threaded executions and data races
    @n1570,n2310
    6.2.8p4 12 < Alignment of objects@n1570,n2310
    6.7.6.1p2 12 < Pointer declarators@n1570,n2310
    3.7.2 11 = External object definitions
    @c89 final draft,c90 draft
    2.2.4 11 = Environmental limits@c89 final draft,c90 draft
    6.5.12 11 = Bitwise inclusive OR operator
    @c9x-draft,n1570,n2310
    7.20.1.3 11 = The strtod, strtof, and strtold functions
    @c9x-draft;
    Fastest minimum-width integer types@n1570,n2310 7.20.4.3p5 11 < The exit function@c9x-draft
    7.19.7.7 11 = The gets function@c9x-draft
    7.26 11 = Future library directions@c9x-draft
    3.5.2 11 = Type specifiers@c89 final draft,c90 draft
    1.7 11 = COMPLIANCE@c89 final draft,c90 draft
    6.4.3 11 = Universal character names@c9x-draft,n1570,n2310 7.18.1.1p3 11 < Exact-width integer types@c9x-draft
    6.3.1.5 11 = Real floating types@c9x-draft,n1570,n2310
    6.5.1p2 11 < Primary expressions@c9x-draft,n1570,n2310
    7.23.3.1 11 = The asctime function@c9x-draft
    7.19.3p7 11 < Files@c9x-draft
    4.9.3 11 = Files@c89 final draft,c90 draft
    6.1 11 = Notation@c9x-draft,n1570,n2310
    6.10.6 11 = Pragma directive@c9x-draft,n1570,n2310
    6.2.4p5 11 < Storage durations of objects
    @c9x-draft,n1570,n2310
    3.3.8 11 = Relational operators@c89 final draft,c90 draft
    7.1.2p3 11 < Standard headers@c9x-draft,n1570,n2310
    6.10.8p2 11 < Predefined macro names@c9x-draft,n1570,n2310
    6.2.5p17 11 < Types@c9x-draft,n1570,n2310
    6.7.9p14 11 < Initialization@n1570,n2310
    3.3.2.1 10 = Array subscripting@c89 final draft,c90 draft
    7.19.2p3 10 < Streams@c9x-draft
    3.3.7 10 = Bitwise shift operators@c89 final draft,c90 draft 7.19.7.3 10 = The fputc function@c9x-draft
    6.4.9 10 = Comments@c9x-draft,n1570,n2310
    3.3.16.1 10 = Simple assignment@c89 final draft,c90 draft
    7.13.2.1 10 = The longjmp function@c9x-draft,n1570,n2310
    3.6.6.4 10 = The return statement@c89 final draft,c90 draft
    7.19.5.2 10 = The fflush function@c9x-draft
    6.8.5.3p1 10 < The for statement@c9x-draft,n1570,n2310
    3.6.1 10 = Labeled statements@c89 final draft,c90 draft
    5.2.4.2 10 = Numerical limits@c9x-draft,n1570,n2310
    7.19.1p3 10 < Introduction@c9x-draft
    5.1.2.3p5 10 < Program execution@c9x-draft,n1570,n2310
    2.1.2 10 = Execution environments@c89 final draft,c90 draft
    6.2.2p7 10 < Linkages of identifiers@c9x-draft,n1570,n2310
    3.8.2 10 = Source file inclusion@c89 final draft,c90 draft
    3.7 10 = EXTERNAL DEFINITIONS@c89 final draft,c90 draft
    6.2.2p4 10 < Linkages of identifiers@c9x-draft,n1570,n2310
    6.7.2.2p3 10 < Enumeration specifiers@c9x-draft,n1570,n2310
    2.2.2 10 = Character display semantics
    @c89 final draft,c90 draft
    7.1.2p5 10 < Standard headers@c9x-draft,n1570,n2310
    6.4.5p5 10 < String literals@c9x-draft,n1570,n2310
    6.2.2p3 10 < Linkages of identifiers@c9x-draft,n1570,n2310
    2.1.2.3 10 = Program execution@c89 final draft,c90 draft
    6.10.1p3 10 < Conditional inclusion@c9x-draft,n1570,n2310
    6.2.1p6 10 < Scopes of identifiers@c9x-draft,n1570,n2310
    6.3.1.4p2 10 < Real floating and integer@c9x-draft,n1570,n2310 6.7.5.2p4 10 < Array declarators@c9x-draft
    5.1.1.2p4 10 < Translation phases@c9x-draft,n1570,n2310
    6.10.8.3 10 = Conditional feature macros@n1570,n2310
    7.21.6.1p9 10 < The memset function@c9x-draft;
    The fprintf function@n2310
    7.21.9.2 10 = The fseek function@n1570,n2310
    7.22.1.4 10 = The strtol, strtoll, strtoul, and strtoull
    functions@n1570,n2310

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)