mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
11 lines
200 B
C
11 lines
200 B
C
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
wchar_t * wcsdup(const wchar_t *str);
|
|
size_t wcslen(const wchar_t *s);
|
|
wchar_t *wcscpy(wchar_t *s1, const wchar_t *s2);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|