How to initialize a struct in ANSI C - Stack Overflow
I want to initialize a struct element, split in declaration and initialization. This is what I have: typedef struct MY_TYPE { boolean flag; short int value; double stuff; } MY_TYPE; void ... Strictly speaking, the term "ANSI C" now refers to the 2011 ISO ...