Y
Hacker News
new
|
ask
|
show
|
jobs
by
doublement
2363 days ago
You can put variable length data into a struct:
https://en.wikipedia.org/wiki/Flexible_array_member
1 comments
xyzzyz
2363 days ago
Only one field can be variable length, and it must be last. I'll pass.
link