Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. #define PASTE(x,y) x ## y
  2. PASTE(<,>)
  3. PASTE(0,abc)
  4. PASTE(1,=)
  5. PASTE(2,@)
  6. PASTE(3,-4)
  7. PASTE(4,+5.2)
  8.