ctags/Test/macros.c

8 lines
202 B
C

#define VARIABLE_LIKE some_value
#define FUNCTION_LIKE(a,b) (a + b)
#pragma weak WeakSymbol = StrongSymbol
/* handling of spoofing macros */
MACRO(foo);
void prototype __ARGS((int arg1, void *arg2));