Y
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
dzaima
440 days ago
`={}` in place of `={0}` is the new option in C23.
link