Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
wstring.c File Reference

Functions

size_t wcslen (const wchar_t *str)
 
wchar_t * wcsncpy (wchar_t *dest, const wchar_t *src, size_t num)
 
int wcscmp (const wchar_t *str1, const wchar_t *str2)
 

Function Documentation

◆ wcscmp()

int wcscmp ( const wchar_t * str1,
const wchar_t * str2 )

◆ wcslen()

size_t wcslen ( const wchar_t * str)

◆ wcsncpy()

wchar_t * wcsncpy ( wchar_t * dest,
const wchar_t * src,
size_t num )