I want to initialize a struct element, split in declaration and initialization. This is what I have:
typedef struct MY_TYPE { bool flag; short int value;
If MS has not updated to C99, MY_TYPE a = { true,15,0.123 };