c_errno.h 268 B

12345678910111213141516171819
  1. #ifndef __c_errno_h
  2. #define __c_errno_h
  3. #include <errno.h>
  4. // #ifndef errno
  5. // extern int errno;
  6. // #endif
  7. // #define EDOM 1
  8. // #define ERANGE 2
  9. // #define EILSEQ 4
  10. // #define ESIGNUM 3
  11. // #define EINVAL 5
  12. // #define ENOMEM 6
  13. #endif
  14. /* end of c_errno.h */