OSInitStopwatch

C Specification

#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 a structure for a specified stopwatch.

See Also

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

Revision History

03/01/2006 Initial version.