| rcutils
    master
    C API providing common utilities and data structures. | 
#include <stdio.h>
Go to the source code of this file.
| Macros | |
| #define | rcutils_snprintf snprintf | 
| Format a string.  More... | |
| #define | rcutils_vsnprintf vsnprintf | 
| Format a string with va_list for arguments, see rcutils_snprintf().  More... | |
| #define rcutils_snprintf snprintf | 
Format a string.
This function just wraps snprintf() as defined in C11 in a portable way.
On Windows this defaults to the _TRUNCATE behavior of _snprintf_s().
| #define rcutils_vsnprintf vsnprintf | 
Format a string with va_list for arguments, see rcutils_snprintf().
 1.8.11
 1.8.11