nulldc-360/gui/_wchar.h
2012-09-07 23:03:37 +02:00

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