I know that this is absolutely not important, BUT I would like to know how to macro the start/end of a string. For a joke of course :)
If I try to define " as e.g. STRING, #define STRING "
, I get the following warning:
warning: missing terminating '"' character [-Winvalid-pp-token] #define STRING "
Is there any way how I can define this??