提交 91f7db26 编写于 作者: R Rich Felker

fix typos in dirent.h

上级 ac12eb91
...@@ -46,10 +46,10 @@ int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int ...@@ -46,10 +46,10 @@ int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int
#define DT_WHT 14 #define DT_WHT 14
#define IFTODT(x) ((x)>>12 & 017) #define IFTODT(x) ((x)>>12 & 017)
#define DTTOIF(x) ((x)<<12) #define DTTOIF(x) ((x)<<12)
#endf #endif
#ifdef __cplusplus #ifdef __cplusplus
extern } }
#endif #endif
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册