I'm porting some C code from IAR to CCS that uses a few C99 features, like inline variable declarations. These cause an error when compiling. Does CCS support C99? I read that in GCC you can tell it to use C99 with the compile flag "-std=c99". How do I do this in Code Composer?
Thanks,
Derek