timer.h 1.3 KB

123456789101112131415161718192021
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. //===============================================================================================================================================================================================================200
  5. // TIMER HEADER
  6. //===============================================================================================================================================================================================================200
  7. //======================================================================================================================================================150
  8. // FUNCTION PROTOTYPES
  9. //======================================================================================================================================================150
  10. long long get_time();
  11. //===============================================================================================================================================================================================================200
  12. // END TIMER HEADER
  13. //===============================================================================================================================================================================================================200
  14. #ifdef __cplusplus
  15. }
  16. #endif