Technical Support
On-Line Manuals
Compiler Reference Guide
__attribute__((deprecated))
This function attribute indicates that a function exists but the compiler must generate a warning if the deprecated function is used.
This function attribute is a GNU compiler extension that is supported by the ARM compiler.
int Function_Attributes_deprecated_0(int b) __attribute__ ((deprecated));