Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
wcstoul.h
Go to the documentation of this file.
1#ifndef _MSL_COMMON_WCSTOUL_H
2#define _MSL_COMMON_WCSTOUL_H
3
4#include <wstring.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10size_t wcstoul(wchar_t* param_1, wchar_t** param_2, int param_3);
11
12size_t wcstol(wchar_t* param_1, wchar_t** param_2, int param_3);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif /* _MSL_COMMON_WCSTOUL_H */
size_t wcstol(wchar_t *param_1, wchar_t **param_2, int param_3)
Definition wcstoul.c:199
size_t wcstoul(wchar_t *param_1, wchar_t **param_2, int param_3)
Definition wcstoul.c:172