timer.h 1007 B

12345678910111213141516171819
  1. // #ifdef __cplusplus
  2. // extern "C" {
  3. // #endif
  4. //========================================================================================================================================================================================================200
  5. // GET TIME
  6. //========================================================================================================================================================================================================200
  7. // Returns the current system time in microseconds
  8. long long
  9. get_time();
  10. //========================================================================================================================================================================================================200
  11. // END
  12. //========================================================================================================================================================================================================200
  13. // #ifdef __cplusplus
  14. // }
  15. // #endif