Files
photon/libc/wchar/vswprintf.c

7 lines
114 B
C

#include <wchar.h>
int vswprintf(wchar_t *buf, size_t len, const wchar_t *format, va_list arg)
{
return 0;
}