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

Go to the source code of this file.

Classes

struct  wString
 

Typedefs

typedef struct wString wString
 

Functions

size_t wcslen (const wchar_t *)
 
wchar_t * wcscpy (wchar_t *, const wchar_t *)
 
wchar_t * wcsncpy (wchar_t *, const wchar_t *, size_t)
 
wchar_t * wcscat (wchar_t *, const wchar_t *)
 
int wcscmp (const wchar_t *, const wchar_t *)
 
wchar_t * wcschr (const wchar_t *, wchar_t)
 

Typedef Documentation

◆ wString

typedef struct wString wString

Function Documentation

◆ wcscat()

wchar_t * wcscat ( wchar_t * ,
const wchar_t *  )

◆ wcschr()

wchar_t * wcschr ( const wchar_t * ,
wchar_t  )

◆ wcscmp()

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

◆ wcscpy()

wchar_t * wcscpy ( wchar_t * ,
const wchar_t *  )

◆ wcslen()

size_t wcslen ( const wchar_t * str)

◆ wcsncpy()

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