9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
10 lines
132 B
C
10 lines
132 B
C
|
|
#ifndef _ABIBITS_INO_T_H
|
|
#define _ABIBITS_INO_T_H
|
|
|
|
/* TODO: use (u)int64_t? */
|
|
typedef long ino_t;
|
|
|
|
#endif /* _ABIBITS_INO_T_H */
|
|
|