Added Clocks2Secs() function
This commit is contained in:
@@ -84,3 +84,7 @@ HB_FUNC( SECONDS )
|
||||
hb_retnd( hb_dateSeconds() );
|
||||
}
|
||||
|
||||
HB_FUNC( CLOCKS2SECS )
|
||||
{
|
||||
hb_retnl( hb_parnl( 1 ) / CLOCKS_PER_SEC );
|
||||
}
|
||||
Reference in New Issue
Block a user