-rw-r--r-- 506 nttcompiler-20220411/h-internal/cpucycles.h
#ifndef cpucycles_h #define cpucycles_h #define cpucycles ntt_cpucycles #define cpucycles_persecond ntt_cpucycles_persecond #define cpucycles_implementation ntt_cpucycles_implementation #ifdef __cplusplus extern "C" { #endif extern long long cpucycles(void) __attribute__((visibility("default"))); extern long long cpucycles_persecond(void) __attribute__((visibility("default"))); extern const char cpucycles_implementation[] __attribute__((visibility("default"))); #ifdef __cplusplus } #endif #endif