naitgacem 2 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
dzaima 2 days ago

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