home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network PC
/
Network PC.iso
/
amiga utilities
/
communication
/
internet
/
amitcp3.0b
/
src.lha
/
src
/
devtools
/
cpp
/
test.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-08
|
328 b
|
16 lines
#define cat(x, y) x ## y
#define var123 Werkt!!!
cat(var, 123);
cat(cat(1, 2), 3);
#define cat2(x, y) x/**/y
cat2(var, 123);
cat2(cat2(1, 2), 3);
#define str(arg) #arg
str("Hallo");
str(Ha"l"lo);
#define instr(x) "x y" "x"
instr(Dit is de tweede string)
#define spaces a b c \
nexy line
#define zeroargs()