Tool/software: TI C/C++ Compiler
I have noticed the usage of:
#if defined(__cplusplus) && !defined(_CPP_STYLE_HEADER)
and similar statements in the TI header files.
Are there any header files where _CPP_STYLE_HEADER is actually defined?
I assume it would be a header file that conformed to the expected style which leads me to my next question:
What is the requirement for a "cpp style header"?
Regards,
Jim