OSInit

C Specification

#include <revolution/os.h>
void OSInit(void);

Arguments

None.

Return Values

None.

Description

Initializes the OS. 

By default, the OSInit function is called from the C startup routine before any C++ global constructors. This function doesn't have to be called from the game program.

See Also

Initialization Functions, OSGetConsoleType

Revision History

2006/03/01 Initial version.


CONFIDENTIAL