From 8b1380b63d62a1e1858a102fb36c2078697581ec Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 4 Mar 2020 03:01:03 -0500 Subject: eliminate nonstd/io.h --- src/nonstd/__printf.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/nonstd/__printf.c (limited to 'src/nonstd/__printf.c') diff --git a/src/nonstd/__printf.c b/src/nonstd/__printf.c deleted file mode 100644 index 5868a15d..00000000 --- a/src/nonstd/__printf.c +++ /dev/null @@ -1,4 +0,0 @@ -#include - -#define __printf(_opts, _fmt, _ap) \ - ((int (*)(struct io_options*, const char*, va_list))__libc(PRINTF))(_opts, _fmt, _ap) -- cgit v1.2.1