FENIX_libc/include/types/id_t.h

7 lines
76 B
C
Raw Normal View History

2020-12-01 23:40:03 +00:00
#ifndef _TYPES_ID_T_H
#define _TYPES_ID_T_H
typedef long int id_t;
#endif