From 9e3ad510a214802163691387bc8aa4568559389c Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 15 Aug 2020 15:26:44 -0400 Subject: implement --- src/wchar/vfwprintf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/wchar') diff --git a/src/wchar/vfwprintf.c b/src/wchar/vfwprintf.c index c122a964..4813934e 100644 --- a/src/wchar/vfwprintf.c +++ b/src/wchar/vfwprintf.c @@ -1,8 +1,8 @@ #include -#include "stdio.h" -#include "stdarg.h" -#include "stdlib.h" -#include "../stdio/_stdio.h" +#include +#include +#include +#include "stdio/_stdio.h" int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg) { -- cgit v1.2.1