Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
mbstring.c File Reference

Functions

static int unicode_to_UTF8 (char *s, wchar_t wchar)
 
int wctomb (char *s, wchar_t wchar)
 
size_t wcstombs (char *s, const wchar_t *pwcs, size_t n)
 

Function Documentation

◆ unicode_to_UTF8()

static int unicode_to_UTF8 ( char * s,
wchar_t wchar )
inlinestatic

◆ wcstombs()

size_t wcstombs ( char * s,
const wchar_t * pwcs,
size_t n )

◆ wctomb()

int wctomb ( char * s,
wchar_t wchar )
inline