libc_dirent.h 159 字节
Newer Older
B
bernard 已提交
1 2 3 4 5 6 7 8
#ifndef LIBC_DIRENT_H__
#define LIBC_DIRENT_H__

#define DT_UNKNOWN           0x00
#define DT_REG               0x01
#define DT_DIR               0x02

#endif