os_time_get

os_time_t os_time_get(void) 

Arguments

N/A

Returned values

The current value of the OS time

Notes

See the Special Notes on OS time epoch and comparison

Example

   os_time_t now = os_time_get();