Define rcutils_format_string

Define Documentation

rcutils_format_string(allocator, format_string, ...)

Return a newly allocated string, created with a format string.

This function is identical to rcutils_format_string_limit() except it has an implicit limit of 2048. For longer format strings, see rcutils_format_string_limit().