I would like to have my structure initialization formatted like this:
my_struct name = { .field1 = 0; .field2 = 0; };
Wha