RTEMS Logo

RTEMS 4.6.4 On-Line Library


Error Reporting Support rtems_panic - Report an Error and Panic

PREV UP next Bookshelf New Chapters

8.4.3: rtems_panic - Report an Error and Panic

CALLING SEQUENCE:

int rtems_panic(
   const char *printf_format,
   ...
);

STATUS CODES:

Returns the number of characters written.

DESCRIPTION:

This routine is a wrapper for the rtems_error routine with an implied error level of RTEMS_ERROR_PANIC. See rtems_error for more information.

NOTES:

NONE


PREV UP next Bookshelf New Chapters

Copyright © 1988-2004 OAR Corporation