FENIX_libc/include/types/mode_t.h

7 lines
77 B
C
Raw Normal View History

2020-12-01 23:40:03 +00:00
#ifndef _TYPES_MODE_T_H
#define _TYPES_MODE_T_H
typedef int mode_t;
#endif