RefreshNotes

Read Short Notes & Refresh Your Memory

▼

Wednesday, November 30, 2016

C Wide characer Miscellaneous Functions

Miscellaneous Functions:
wcslen(C95) size_t wcslen( const wchar_t *str );
wcsnlen_s(C11) size_t wcsnlen_s(const wchar_t *str, size_t strsz);
wmemset(C95) wchar_t *wmemset( wchar_t *dest, wchar_t ch, 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

<< Previous :: Up :: Next >>

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

Kathireshan Ganesan at 2:51 PM
Share

No comments:

Post a Comment

‹
›
Home
View web version

About Me

Kathireshan Ganesan
View my complete profile
Powered by Blogger.