PSI_DECL(double strtod, [(char *nptr, char **endptr)])
PSI_DECL(float strtof, [(char *nptr, char **endptr)])
PSI_DECL(long strtol, [(char *nptr, char **endptr)])
+ PSI_DECL(long double strtold, [(const char *nptr, char **endptr)])
PSI_DECL(unsigned long strtoul, [(char *nptr, char **endptr)])
PSI_DECL(int system, [(char *command)])
PSI_DECL(int unlockpt, [(int fd)])
PSI_DECL(float wcstof, [(const wchar_t *nptr, wchar_t **endptr)])
PSI_DECL(wchar_t *wcstok, [(wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)])
PSI_DECL(long wcstol, [(const wchar_t *nptr, wchar_t **endptr, int base)])
- dnl PSI_DECL(long double wcstold, [(const wchar_t *nptr, wchar_t **endptr)])
- dnl PSI_DECL(long long wcstoll, [(const wchar_t *nptr, wchar_t **endptr, int base)])
+ PSI_DECL(long double wcstold, [(const wchar_t *nptr, wchar_t **endptr)])
+ PSI_DECL(long long wcstoll, [(const wchar_t *nptr, wchar_t **endptr, int base)])
PSI_DECL(unsigned long wcstoul, [(const wchar_t *nptr, wchar_t **endptr, int base)])
- dnl PSI_DECL(unsigned long long wcstoull, [(const wchar_t *nptr, wchar_t **endptr, int base)])
+ PSI_DECL(unsigned long long wcstoull, [(const wchar_t *nptr, wchar_t **endptr, int base)])
PSI_DECL(int wcswidth, [(const wchar_t *s, size_t n)])
PSI_DECL(size_t wcsxfrm, [(wchar_t *ws1, const wchar_t *ws2, size_t n)])
PSI_DECL(size_t wcsxfrm_l, [(wchar_t *ws1, const wchar_t *ws2, size_t n, locale_t loc)])