123456789101112131415161718192021 |
- #ifdef __cplusplus
- extern "C" {
- #endif
- //===============================================================================================================================================================================================================200
- // TIMER HEADER
- //===============================================================================================================================================================================================================200
- //======================================================================================================================================================150
- // FUNCTION PROTOTYPES
- //======================================================================================================================================================150
- long long get_time();
- //===============================================================================================================================================================================================================200
- // END TIMER HEADER
- //===============================================================================================================================================================================================================200
- #ifdef __cplusplus
- }
- #endif
|