Skip to content

Commit 2555c70

Browse files
committed
Declarations2: fix help file syntax rule DCL38-C
1 parent 59d9565 commit 2555c70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

c/cert/src/rules/DCL38-C/DeclaringAFlexibleArrayMember.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This query implements the CERT-C rule DCL38-C:
55
> Use the correct syntax when declaring a flexible array member
66
77

8-
98
## Description
109

1110
Flexible array members are a special type of array in which the last element of a structure with more than one named member has an incomplete array type; that is, the size of the array is not specified explicitly within the structure. This "struct hack" was widely used in practice and supported by a variety of compilers. Consequently, a variety of different syntaxes have been used for declaring flexible array members. For conforming C implementations, use the syntax guaranteed to be valid by the C Standard.

0 commit comments

Comments
 (0)