ARB
|
Go to the source code of this file.
Macros | |
#define | stringize(s) #s |
#define | stringize_pscan(s) stringize(s) |
#define | concatenate(a, b) a##b |
#define | concatenate_pscans(a, b) concatenate(a,b) |
Definition at line 30 of file stringize.h.
Definition at line 31 of file stringize.h.
Referenced by pars_start_cb().
#define concatenate | ( | a, | |
b | |||
) | a##b |
Definition at line 43 of file stringize.h.
#define concatenate_pscans | ( | a, | |
b | |||
) | concatenate(a,b) |
Definition at line 44 of file stringize.h.