Go to the documentation of this file.
27 #ifndef __ETL__CLOCK_SYSTEM_H
28 #define __ETL__CLOCK_SYSTEM_H
34 # define __sys_clock ::clock
35 # define __sys_time ::time
39 # define __sys_clock ::clock
40 # define __sys_time ::time
44 extern clock_t _clock();
45 extern time_t _time(time_t *);
46 # define CLOCKS_PER_SEC 1000
47 # define __sys_clock _clock
48 # define __sys_time _time
79 {
return "ANSI C clock()"; };
121 {
return "ANSI C time()"; };