When using sprintf, the compiler warns me that the function is deprecated.
How can I show my own compiler warning?
I think this should work
void foo () __attribute__ ((deprecated("This function is deprecated. \nFor further information please refer to the README")));