#ifdef __cplusplus extern "C" { #endif #pragma once #include typedef int64_t clock_t; typedef clock_t time_t; clock_t clock(); #ifdef __cplusplus } #endif