OS_InitException


C Specification

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

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.

Arguments

None

Return Values

None

See Also

OS_Init, OS_SetUserExceptionHandler

Revision History

02/19/2004 Initial version