h_errno.c 101 B

123456789
  1. #include <netdb.h>
  2. #undef h_errno
  3. int h_errno;
  4. int *__h_errno_location(void)
  5. {
  6. return &h_errno;
  7. }