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.h
Go to the documentation of this file.
1#ifndef _MSL_COMMON_MBSTRING_H
2#define _MSL_COMMON_MBSTRING_H
3
4#include "wchar_io.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10size_t wcstombs(char* dst, const wchar_t* src, size_t n);
11
12#ifdef __cplusplus
13}
14#endif
15
16#endif /* _MSL_COMMON_MBSTRING_H */
const void * src
Definition __os.h:116
n
Definition e_fmod.c:112
size_t wcstombs(char *dst, const wchar_t *src, size_t n)
Definition mbstring.c:40