fork(1) download
  1. #define GLUE(x,y) x##y
  2. #define W(x) GLUE(L,x)
  3.  
  4. #define CONST_FILENAME "okay.dat"
  5.  
  6. int main() {
  7. const wchar_t* lpFilename=W(CONST_FILENAME);
  8. }
Success #stdin #stdout 0.01s 2676KB
stdin
Standard input is empty
stdout
Standard output is empty