Wide string comparison 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
wcsxfrm(C95) | size_t wcsxfrm( wchar_t * dest, const wchar_t * src, size_t count ); |
wcscmp(C95) | int wcscmp( const wchar_t *lhs, const wchar_t *rhs ); |
wcsncmp(C95) | int wcsncmp( const wchar_t * lhs, const wchar_t * rhs, size_t count ); |
wcscoll(C95) | int wcscoll( const wchar_t *lhs, const wchar_t *rhs ); |
wmemcmp(C95) | int wmemcmp( const wchar_t *lhs, const wchar_t *rhs, size_t count ); |
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