12345678910111213141516171819 |
- // #ifdef __cplusplus
- // extern "C" {
- // #endif
- //========================================================================================================================================================================================================200
- // GET TIME
- //========================================================================================================================================================================================================200
- // Returns the current system time in microseconds
- long long
- get_time();
- //========================================================================================================================================================================================================200
- // END
- //========================================================================================================================================================================================================200
- // #ifdef __cplusplus
- // }
- // #endif
|