Hacker News new | ask | show | jobs
by caf 2943 days ago
The only way to access the padding without otherwise falling into undefined behaviour is by using a char * anyway (including indirectly using a char *, through memcpy()).