8 lines
82 B
C
8 lines
82 B
C
#define f() g()
|
|
#undef g
|
|
#undef h
|
|
#define h() g()
|
|
int x;
|
|
#undef h2
|
|
|
|
int h3(void);
|