8 ms·
You can put variable length data into a struct: https://en.wikipedia.org/wiki/Flexible_array_member https://en.wikipedia.org/wiki/Flexible_array_member
by doublement 7y ago
You can put variable length data into a struct:
https://en.wikipedia.org/wiki/Flexible_array_member https://en.wikipedia.org/wiki/Flexible_array_member
- xyzzyz 7y agoOnly one field can be variable length, and it must be last. I'll pass.