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__)
71 const char * format_string,
79 #endif // RCUTILS__FORMAT_STRING_H_
#define RCUTILS_ATTRIBUTE_PRINTF_FORMAT(format_string_index, first_to_check_index)
Definition: macros.h:94
#define RCUTILS_WARN_UNUSED
Definition: macros.h:24
Encapsulation of an allocator.
Definition: allocator.h:45
#define RCUTILS_PUBLIC
Definition: visibility_control.h:23