#ifndef _TYPES_CLOCK_T_H #define _TYPES_CLOCK_T_H typedef unsigned long long int clock_t; #endif