summaryrefslogtreecommitdiff
path: root/src/stdio/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/printf.c')
-rw-r--r--src/stdio/printf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/printf.c b/src/stdio/printf.c
index bc90c766..f28240f4 100644
--- a/src/stdio/printf.c
+++ b/src/stdio/printf.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdarg.h>
#include <stdio.h>
#include "_stdio.h"
@@ -106,3 +108,6 @@ UNDEFINED(`Precision with a conversion specifier other than CHAR(d), CHAR(i), CH
UNDEFINED(TODO: Using h or l for !(diouxXn) or L for !(eEfgG))
STDC(1)
*/
+
+
+#endif