rcutils
master
C API providing common utilities and data structures.
|
Go to the source code of this file.
Macros | |
#define | RCUTILS_WARN_UNUSED __attribute__((warn_unused_result)) |
#define | RCUTILS_THREAD_LOCAL _Thread_local |
#define | RCUTILS_STRINGIFY_IMPL(x) #x |
#define | RCUTILS_STRINGIFY(x) RCUTILS_STRINGIFY_IMPL(x) |
#define | RCUTILS_UNUSED(x) (void)(x) |
#define RCUTILS_WARN_UNUSED __attribute__((warn_unused_result)) |
#define RCUTILS_THREAD_LOCAL _Thread_local |
#define RCUTILS_STRINGIFY_IMPL | ( | x | ) | #x |
#define RCUTILS_STRINGIFY | ( | x | ) | RCUTILS_STRINGIFY_IMPL(x) |
#define RCUTILS_UNUSED | ( | x | ) | (void)(x) |