diff options
Diffstat (limited to 'com32/lib/printf.c')
| -rw-r--r-- | com32/lib/printf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/lib/printf.c b/com32/lib/printf.c index a6f5b508..86c2b767 100644 --- a/com32/lib/printf.c +++ b/com32/lib/printf.c @@ -5,8 +5,6 @@ #include <stdio.h> #include <stdarg.h> -#define BUFFER_SIZE 16384 - int printf(const char *format, ...) { va_list ap; |
