Hacker News new | ask | show | jobs
by naitgacem 440 days ago
I have been always stuck with C99, what is the "post" C23 way that will zero initialize a full union?

Or am I misunderstanding this?

1 comments

`={}` in place of `={0}` is the new option in C23.