summaryrefslogtreecommitdiff
path: root/src/nonstd/__scanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/__scanf.c')
-rw-r--r--src/nonstd/__scanf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nonstd/__scanf.c b/src/nonstd/__scanf.c
deleted file mode 100644
index 7508880d..00000000
--- a/src/nonstd/__scanf.c
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <nonstd/io.h>
-
-#define __scanf(_opts, _fmt, _ap) \
- ((int (*)(struct io_options*, const char*, va_list))__libc(SCANF))(_opts, _fmt, _ap)