1 2 3 4 5 6 7 8 9 10 11 12
#ifndef __TIME_H__ #define __TIME_H__ #include "types.h" Size clock_get_us( void ); f64 clock_get_s_hires( void ); #endif /* __TIME_H__ */