Is it possibly to write a gcc macro that destringifies a string literal argument? I know the opposite is possible with #
. Can it be reversed?
For example, __func__
evaluates to the name of the current function in the form of a string literal. Can I remove the double quotation marks around it?