summaryrefslogtreecommitdiff
path: root/StdLib/LibC/Stdio/vfprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/LibC/Stdio/vfprintf.c')
-rw-r--r--StdLib/LibC/Stdio/vfprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/StdLib/LibC/Stdio/vfprintf.c b/StdLib/LibC/Stdio/vfprintf.c
new file mode 100644
index 0000000000..8f5c649942
--- /dev/null
+++ b/StdLib/LibC/Stdio/vfprintf.c
@@ -0,0 +1,2 @@
+#define NARROW
+#include "vfwprintf.c"