offsetof macro in C
I just discovered this macro available in C: offsetof. Here is an simple example: struct { char a; int b;…
News en vrac / WP sandbox
Share PostTwitterFacebook
I just discovered this macro available in C: offsetof. Here is an simple example: struct { char a; int b;…