Home
last modified time | relevance | path

Searched refs:wcstol_l (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dwcstol.c130 wcstol_l (const wchar_t *nptr, wchar_t **endptr, in wcstol_l() function
216 return wcstol_l (s, ptr, base, __get_current_locale ()); in wcstol()
/picolibc-latest/newlib/libc/include/
Dwchar.h242 long wcstol_l (const wchar_t *__restrict, wchar_t **__restrict, int, locale_t);