Wednesday, November 30, 2016

C Wide string comparison Functions

Wide string comparison Functions:
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 );

wchar.h
Formatted wide character input/output Functions
Wide character input/output Functions
Wide string numeric conversion Functions
Wide string copying Functions
Wide string concatenation Functions
Wide string comparison Functions
Wide string search functions
Miscellaneous Functions
Wide character time conversion Functions
Single-byte/wide character conversion Functions
Conversion state Functions
Restartable multibyte/wide character conversion Functions
Restartable multibyte/wide string 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

No comments:

Post a Comment