FENIX_libc/include/types/dev_t.h

7 lines
74 B
C

#ifndef _TYPES_DEV_T_H
#define _TYPES_DEV_T_H
typedef int dev_t;
#endif