FENIX_libc/include/types/id_t.h
2020-12-01 17:40:03 -06:00

6 lines
76 B
C

#ifndef _TYPES_ID_T_H
#define _TYPES_ID_T_H
typedef long int id_t;
#endif