Wide string numeric conversion Functions:
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
wcstol(C95) | long wcstol( const wchar_t * str, wchar_t ** str_end, int base ); |
wcstoll(C99) | long long wcstoll( const wchar_t * str, wchar_t ** str_end, int base ); |
wcstoul(C95) | unsigned long wcstoul( const wchar_t * str, wchar_t ** str_end, int base ); |
wcstoull(C99) | unsigned long long wcstoull( const wchar_t * str, wchar_t ** str_end, int base ); |
wcstof(C99) | float wcstof( const wchar_t * str, wchar_t ** str_end ); |
wcstod(C95) | double wcstod( const wchar_t * str, wchar_t ** str_end ); |
wcstold(C99) | long double wcstold( const wchar_t * str, wchar_t ** str_end ); |
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
No comments:
Post a Comment