#ifndef CPUCYCLES_h #define CPUCYCLES_h #ifdef __cplusplus extern "C" { #endif extern long long cpucycles(void); #ifdef __cplusplus } #endif #endif