C/C++

, , ( ) . <wchar.h>.

char-
size_t wcsftime(wchar_t *str, size_t max, const wchar_t *fmt, const struct tm *ptr) strftime() 99 strl, fmt ptr restrict
double wcstod(const wchar_t *start, wchar_t **end) strtod() 99 start end restrict
float wcstof(const wchar_t * restrict start, wchar_t ** restrict end) strtof() ( 99.)
long double wcstold(const wchar_t * restrict start, wchar_t ** restrict end) strtold() ( 99.)
long int wcstol(const wchar_t *start, wchar_t **end, int radix) strtol() 99 start end restrict
long long int wcstoll(const wchar_t * restrict start, wchar_t ** restrict end, int radix) strtoll() ( 99.)
unsigned long int wcstoul(const wchar_t * restrict start, wchar_t ** restrict end, int radix) strtoul() 99 start end restrict
unsigned long long int wcstoull(const wchar_t *start, wchar_t **end, int radix) strtoull() ( 99.)






Нет комментариев.



Оставить комментарий:
Ваше Имя:
Email:
Антибот: *  
Ваш комментарий: