more correction to match standard
This commit is contained in:
parent
e009f63506
commit
a0c535620e
3 changed files with 110 additions and 38 deletions
22
05/main.c
22
05/main.c
|
@ -1,22 +0,0 @@
|
|||
#define z s z
|
||||
z
|
||||
#define f(x) f(2 * x)
|
||||
f(f(4))
|
||||
|
||||
#define STRINGIFY2(x) # x
|
||||
#define STRINGIFY(x) STRINGIFY2(x)
|
||||
#define JOIN2(x,y) x ## y
|
||||
#define JOIN(x,y) JOIN2(x, y)
|
||||
#define X 22
|
||||
|
||||
JOIN(X, X)
|
||||
|
||||
STRINGIFY(X)
|
||||
|
||||
#line 6
|
||||
|
||||
#line 7 "some_file.c"
|
||||
#pragma whatever
|
||||
|
||||
main(void) {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue