Hacker News new | ask | show | jobs
by nullc 2087 days ago
I guess someone told the compiler authors that the automotive industry was a unionized industry.
1 comments

For anyone not well-versed in C a union does something similar to the bug mentioned. It's like a struct but using the same address for each member.
You mean a few variables in a union doing work of one variable? Yes, poor joke, I can see my karma burn....