| ▲ | sparkie 10 hours ago | |
In C23 this approach is nice, but in older versions of C we end up with awful macros where we need to define the structure before we use it.
C23 has relaxed rules for redefining the same struct, so we can avoid having to create the struct up front. | ||