问错误:标识符"_S_IFDIR“未定义EN/** * 测试标识符的用法 * @author Hank * */ public ...
It is better to use the S_IS* macros instead of only masking with the S_IF* flags. For example, sb.st_mode & S_ISDIR is true also when the file is actually a unix domain socket. -Otto Index: ca.c === RCS file: /cvs/src/lib/libssl/src/apps/ca.c,v retrieving revision 1.19 ...