Hacker News new | ask | show | jobs
by dmm 3981 days ago
Type punning by casting through a union is allowed by c99/c11 in that the behavior is unspecified(not undefined) and a footnote clarified the behavior to be the expected.

http://stackoverflow.com/questions/11639947/is-type-punning-...