When using C preprocessor one can stringify macro argument like this:
#define TO_STRING(x) \"a string with \" #x
and so when used, the resu
No, you can't unstringify something.