Add aswprintf
The format string won't get checked but I'm not sure I can reasonably use the same hack.
This commit is contained in:
parent
140f6e896d
commit
e5663d45df
1
chat.h
1
chat.h
@ -169,6 +169,7 @@ wchar_t *ambstowcs(const char *src);
|
||||
char *awcstombs(const wchar_t *src);
|
||||
char *awcsntombs(const wchar_t *src, size_t nwc);
|
||||
int vaswprintf(wchar_t **ret, const wchar_t *format, va_list ap);
|
||||
int aswprintf(wchar_t **ret, const wchar_t *format, ...);
|
||||
|
||||
// HACK: clang won't check wchar_t *format strings.
|
||||
#ifdef NDEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user