選択できるのは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__ */