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

Go to the source code of this file.

Functions

int swprintf (wchar_t *dst, size_t maxlen, const wchar_t *fmt,...)
 
int vsnwprintf_s (wchar_t *str, size_t n, const wchar_t *fmt, va_list args)
 

Function Documentation

◆ swprintf()

int swprintf ( wchar_t * dst,
size_t maxlen,
const wchar_t * fmt,
... )

◆ vsnwprintf_s()

int vsnwprintf_s ( wchar_t * str,
size_t n,
const wchar_t * fmt,
va_list args )