summaryrefslogtreecommitdiff
path: root/src/nonstd/__printf.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-03-04 03:01:03 -0500
committerJakob Kaivo <jkk@ung.org>2020-03-04 03:01:03 -0500
commit8b1380b63d62a1e1858a102fb36c2078697581ec (patch)
tree25da9bd06b12e647b6a3f8543e0e22c88b721459 /src/nonstd/__printf.c
parent30daa2476c5d32f231618037102c7866996e295d (diff)
eliminate nonstd/io.h
Diffstat (limited to 'src/nonstd/__printf.c')
-rw-r--r--src/nonstd/__printf.c4
1 files changed, 0 insertions, 4 deletions
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 <nonstd/io.h>
-
-#define __printf(_opts, _fmt, _ap) \
- ((int (*)(struct io_options*, const char*, va_list))__libc(PRINTF))(_opts, _fmt, _ap)