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_set_error(int error, const char *format,...) RTEMS_RTL_PRINTF_ATTR
Definition: rtl-error.c:29