Define RCUTILS_SAFE_FWRITE_TO_STDERR
Defined in File error_handling.h
Define Documentation
-
RCUTILS_SAFE_FWRITE_TO_STDERR(msg)
Write the given msg out to stderr, limiting the buffer size in the
fwrite
.This ensures that there is an upper bound to a buffer overrun if
msg
is non-null terminated.