FENIX_libc/include/types/clock_t.h

7 lines
99 B
C
Raw Normal View History

2020-12-01 23:40:03 +00:00
#ifndef _TYPES_CLOCK_T_H
#define _TYPES_CLOCK_T_H
typedef unsigned long long int clock_t;
#endif