FENIX_libc/include/types/timer_t.h

7 lines
80 B
C

#ifndef _TYPES_TIMER_T_H
#define _TYPES_TIMER_T_H
typedef int timer_t;
#endif