Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
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 */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
n
Definition e_fmod.c:112
size_t wcstombs(char *dst, const wchar_t *src, size_t n)
Definition mbstring.c:40