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(a,b)
  3. paste(a,)
  4. paste(,b)
  5. paste(,)
  6.