struct S {int a; float b; char c[4]; }; struct S s1 = {.c = "abc"};
This gives me at compiler error #29, but it should be supported in C99 right?
Indeed!
But I think TFM could have been more helpful in pointing out more clearly that C99 is disabled unless specifically requested...
Thanks, It works here too now.. Best regards Jesper