Searched refs:_wchar_t (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | inttypes.h | 36 typedef __WCHAR_TYPE__ _wchar_t; typedef 40 typdef wchar_t _wchar_t; variable 330 intmax_t wcstoimax(const _wchar_t *__restrict, _wchar_t **__restrict, int); 331 uintmax_t wcstoumax(const _wchar_t *__restrict, _wchar_t **__restrict, int); 336 intmax_t wcstoimax_l(const _wchar_t *__restrict, _wchar_t **_restrict, int, locale_t); 337 uintmax_t wcstoumax_l(const _wchar_t *__restrict, _wchar_t **_restrict, int, locale_t);
|