Table of Contents
wcrtomb
C Sourcecode Example
output
wcrtomb
#include <wchar.h> size_t wcrtomb(char *restrict, wchar_t, mbstate_t *restrict);
return value
C Sourcecode Example
no example yet
output