16 #if !defined (_RTEMS_RTL_ERROR_H_) 17 #define _RTEMS_RTL_ERROR_H_ 24 #define RTEMS_RTL_PRINTF_ATTR __attribute__((__format__(__printf__,2,3))) 26 #define RTEMS_RTL_PRINTF_ATTR void rtems_rtl_clear_error(void)
Clears the error.
Definition: rtl-error.c:57
void rtems_rtl_set_error(int error, const char *format,...) RTEMS_RTL_PRINTF_ATTR
Sets the error.
Definition: rtl-error.c:28