#include <revolution/os.h>
BOOL OSIsRestart(void);
None.
Returns TRUE if the system has been booted by OSExecl, or OSExecv. Otherwise, returns FALSE.
Returns TRUE if the system has been booted by OSExecl, or OSExecv. Otherwise, returns FALSE. Use this macro to check whether the system has been booted by OSExecl/OSExecv.
OSGetResetCode/
OSExeclOSExecv
03/01/2006 Initial version.