36#if !defined (_RTEMS_RTL_ERROR_H_)
37#define _RTEMS_RTL_ERROR_H_
44#define RTEMS_RTL_PRINTF_ATTR __attribute__((__format__(__printf__,2,3)))
46#define RTEMS_RTL_PRINTF_ATTR
void rtems_rtl_set_error(int error, const char *format,...) RTEMS_RTL_PRINTF_ATTR
Definition: rtl-error.c:49