5 ms·
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?
by naitgacem 1y 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?
- dzaima 1y ago`={}` in place of `={0}` is the new option in C23.