OS_InitException

C Specification

#include <nitro/os.h>
void OS_InitException( void );
  

Arguments

None.

Return Values

None.

Description

This function initializes the display system that is used when there are exceptions. The function is called from OS_Init(), so users do not normally need to call it.

See Also

OS_Init, OS_SetUserExceptionHandler

Revision History

02/19/2004 Initial Version