File size: 1,317 Bytes
5cb6c4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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