FENIX_libc/include/types/clockid_t.h

7 lines
86 B
C

#ifndef _TYPES_CLOCKID_T_H
#define _TYPES_CLOCKID_T_H
typedef int clockid_t;
#endif