Tag: c structure
Reordering C Structure Alignment
The memory footprint of C programs can be reduced by manually repacking C structure declarations. This article is about reordering the structure members in...
Joy of Programming: Understanding Bit-fields in C
One important feature that distinguishes C as a systems programming language is its support for bit-fields. Let us explore this feature in this column.
In...