rcutils  master
C API providing common utilities and data structures.
Macros
macros.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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)