summaryrefslogtreecommitdiff
path: root/nonstd/static/scanf.h
diff options
context:
space:
mode:
Diffstat (limited to 'nonstd/static/scanf.h')
-rw-r--r--nonstd/static/scanf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/nonstd/static/scanf.h b/nonstd/static/scanf.h
new file mode 100644
index 00000000..89622951
--- /dev/null
+++ b/nonstd/static/scanf.h
@@ -0,0 +1,7 @@
+#include "nonstd/types.h"
+
+static int __common_scanf(struct priscn_options *opt, const char *format, va_list arg)
+{
+ (void)opt; (void)format; (void)arg;
+ return 0;
+}