rcutils
master
C API providing common utilities and data structures.
|
Go to the documentation of this file.
15 #ifndef RCUTILS__FORMAT_STRING_H_
16 #define RCUTILS__FORMAT_STRING_H_
35 #define rcutils_format_string(allocator, format_string, ...) \
36 rcutils_format_string_limit(allocator, 2048, format_string, __VA_ARGS__)
72 const char * format_string,
83 #endif // RCUTILS__FORMAT_STRING_H_
#define RCUTILS_ATTRIBUTE_PRINTF_FORMAT(format_string_index, first_to_check_index)
Definition: macros.h:102
#define RCUTILS_WARN_UNUSED
A macro to make the compiler warn when the return value of a function is not used.
Definition: macros.h:27
Encapsulation of an allocator.
Definition: allocator.h:47
#define RCUTILS_PUBLIC
Definition: visibility_control.h:23