Added Clocks2Secs() function

This commit is contained in:
Antonio Linares
2001-07-18 10:16:59 +00:00
parent b49dfd41f7
commit 514d744c40

View File

@@ -84,3 +84,7 @@ HB_FUNC( SECONDS )
hb_retnd( hb_dateSeconds() );
}
HB_FUNC( CLOCKS2SECS )
{
hb_retnl( hb_parnl( 1 ) / CLOCKS_PER_SEC );
}