Skip to content

Commit bdef635

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent accea05 commit bdef635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2025-11-30-comptime-c-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Copy of the code on [Compiler Explorer](https://godbolt.org/z/16xhne83s):
120120
121121
typedef struct {
122122
bool occupied;
123-
unsigned char key_value[];
123+
unsigned char key_value[]; // C99 flexible array member
124124
} entry;
125125
126126
typedef struct {

0 commit comments

Comments
 (0)