1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Fix vswprintf() prototype.

This commit is contained in:
Sebastian Bauer
2018-03-28 18:47:24 +02:00
parent 6f3b3b6d28
commit ef18bf5f3e
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
/****************************************************************************/
int
vswprintf(char *s, const wchar_t *format,va_list arg)
vswprintf(wchar_t *s, size_t maxlen, const wchar_t *format, va_list arg)
{
/* ZZZ unimplemented */
return(0);