fork download
  1. #define expr_as_str(expr) #expr
  2. #define join(x,y) x##y
  3.  
  4. #include <stdio.h>
  5. int main(void) {
  6. join(pu,ts)(expr_as_str(You might think this is complete rubbish but it works));
  7. }
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
You might think this is complete rubbish but it works