您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
174B

  1. #ifndef __ERRNO_H__
  2. #define __ERRNO_H__
  3. #ifndef __error_t_defined
  4. typedef int error_t;
  5. #define __error_t_defined 1
  6. #endif
  7. #include <sys/errno.h>
  8. #endif /* !__ERRNO_H__ */