Y
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
MertsA
2086 days ago
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.
link
limaoscarjuliet
2086 days ago
You mean a few variables in a union doing work of one variable? Yes, poor joke, I can see my karma burn....
link