TCL_GetCurrentSecond

Definition

#include <twl/tcl.h>


s64 TCL_GetCurrentSecond( void );
	

Arguments

None.

Return Values

Current time (in seconds)

Description

Gets the current time, in seconds.

It is defined as a weak symbol reference. This function makes an internal call to RTC_GetDateTime. Redefine the function if RTC-exclusive processing is required.

See Also

Revision History

2008/10/07 Initial version.


CONFIDENTIAL