Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
mbstring.h File Reference

Go to the source code of this file.

Functions

size_t wcstombs (char *dst, const wchar_t *src, size_t n)
 
int mbtowc (wchar_t *pwc, const char *s, size_t n)
 
int mbstowcs (wchar_t *param_0, const char *param_1, int param_2)
 
int __mbtowc_noconv (wchar_t *, const char *, size_t)
 
int __wctomb_noconv (char *, wchar_t)
 
int mbsrtowcs_s (size_t *retval, wchar_t *dst, unsigned int dstsz, const char **param_4, size_t len, int param_6)
 

Function Documentation

◆ __mbtowc_noconv()

int __mbtowc_noconv ( wchar_t * pwc,
const char * s,
size_t n )

◆ __wctomb_noconv()

int __wctomb_noconv ( char * s,
wchar_t wchar )

◆ mbsrtowcs_s()

int mbsrtowcs_s ( size_t * retval,
wchar_t * dst,
unsigned int dstsz,
const char ** param_4,
size_t len,
int param_6 )

◆ mbstowcs()

int mbstowcs ( wchar_t * param_0,
const char * param_1,
int param_2 )

◆ mbtowc()

int mbtowc ( wchar_t * pwc,
const char * s,
size_t n )

◆ wcstombs()

size_t wcstombs ( char * dst,
const wchar_t * src,
size_t n )