On Mär 20 2022, John Crispin wrote: > If I recall correctly { 0 } will only set the first element of the > struct/array to 0 and leave random data in all others elements An initializer always initializes the _whole_ object. The subject is also wrong, all initializers are executed at run time (automatic variables cannot be initialized at compile time). -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."