Initial revision
#ifdef __cplusplus extern "C" { #endif void timing_init(void); void timing_setcount(UINT value); UINT timing_getcount(void); void timing_term(void); #ifdef __cplusplus } #endif