#define d a #include <stdio.h> void a() { printf("a\n"); } void b() { printf("b\n"); } int main() { a(); #define a b a(); (*&a)(); /* \a(); */ #define c a c(); d(); return 0; }
In reply to Re^2: XS malloc and free (whose)
by ikegami
in thread XS malloc and free
by Brutha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |