• C99
    Where do you select the C99 features in the IDE?
  • Keil C99 & C++ mix
    Hello, I have a base project that uses C99. (compiler option --c99) Basically c99 was used so that an aggregate type could be initialized with non-constant data as such: #define WRITE_OP_CODE...
  • incomplete type is not allowed in c99
    Hello everyone, I am implementing a protocol handler. Within my code I have a (complete) struct typedefed to protocol_t in a routine i want to use the typedef and some raw format, so I initialized...
  • Keil C99 & C++ mix
    Hello, I have a base project that uses C99. (compiler option --c99) Basically c99 was used so that an aggregate type could be initialized with non-constant data as such: #define WRITE_OP_CODE...
  • var arg, __VA_ARGS__, C99
    hi, i was wondering if anything has changed since nov.2006 in the field of variable arguments in macros. does anybody know something about a support of __VA_ARGS__ in the current c-compiler?...