timer.h 1.3 KB

12345678910111213141516171819202122
  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
  11. get_time();
  12. //===============================================================================================================================================================================================================200
  13. // END TIMER HEADER
  14. //===============================================================================================================================================================================================================200
  15. #ifdef __cplusplus
  16. }
  17. #endif