#define _GNU_SOURCE #include #include "locale_impl.h" static const char msgs[] = "Host not found0円" "Try again0円" "Non-recoverable error0円" "Address not available0円" "0円Unknown error"; const char *hstrerror(int ecode) { const char *s; for (s=msgs, ecode--; ecode && *s; ecode--, s++) for (; *s; s++); if (!*s) s++; return LCTRANS_CUR(s); }

AltStyle によって変換されたページ (->オリジナル) /