OSInitStopwatch

Syntax

#include <revolution/os.h>

void OSInitStopwatch(OSStopwatch* sw, char* name);

Arguments

sw Pointer to the stopwatch to initialize.
name Stopwatch name.

Return Values

None.

Description

Initializes designated stopwatch structure.

See Also

Stopwatch Functions, OSDumpStopwatch, OSStartStopwatch, OSStopStopwatch, OSCheckStopwatch, OSResetStopwatch

Revision History

2007/12/11 Changed the type of the second argument to const char*.
2006/03/01 Initial version.


CONFIDENTIAL