File: pptest1.c

package info (click to toggle)
cc65 2.19-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,268 kB
  • sloc: ansic: 117,151; asm: 66,339; pascal: 4,248; makefile: 1,009; perl: 607
file content (6 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#define hash_hash       # ## #
#define mkstr(a)        # a
#define in_between(a)   mkstr(a)
#define join(c, d)      in_between(c hash_hash d)

char p[] = join(x, y);          // Comment