I have a variable
char* x = \"asd\\nqwe\\n ... \"
and I want to print it with newlines printed as newlines not backslash n. Is it
Use the string specifier:
print /s x