Hello,
I'm using CCS12.4.
The compiler manual says: • ANSI/ISO C89 (--c89, default for C files)
When I compile with the language (-std) set to empty (and therefore the default) in CCS GUI...
,...my program builds just fine.
But when I select 'c89' I get all sorts of errors.
The implication is that c89 is not the default language despite what the manual claims.
Please confirm what the default language is.