__FUNCTION__
In this section:
Description
A predefined string identifier that is initialized with the name of the function in which the symbol is used, similar to char _FUNCTION_[]="main"; if used in main(). This is useful for assertions and other trace utilities. The symbol requires that language extensions are enabled.