FENIX_libc/include/types/ino_t.h

6 lines
92 B
C

#ifndef _TYPES_INO_T_H
#define _TYPES_INO_T_H
typedef unsigned long long int ino_t;
#endif