![]() |
ORB5
v4.9.4
|
Go to the source code of this file.
Macros | |
#define | GENERIC_ARRAY_H |
#define | NOEXP_CONCATENATE(_A, _B) _A##_B |
#define | CONCATENATE(_A, _B) NOEXP_CONCATENATE(_A,_B) |
#define | NOEXP_CONCAT3(_A, _B, _C) _A##_B##_C |
#define | CONCAT3(_A, _B, _C) NOEXP_CONCAT3(_A,_B,_C) |
#define CONCAT3 | ( | _A, | |
_B, | |||
_C | |||
) | NOEXP_CONCAT3(_A,_B,_C) |
#define CONCATENATE | ( | _A, | |
_B | |||
) | NOEXP_CONCATENATE(_A,_B) |
#define GENERIC_ARRAY_H |
#define NOEXP_CONCAT3 | ( | _A, | |
_B, | |||
_C | |||
) | _A##_B##_C |
#define NOEXP_CONCATENATE | ( | _A, | |
_B | |||
) | _A##_B |