From 8c6d4505329f94446084ca93eae10cd796d79a8d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 26 Jan 2019 22:41:05 -0500 Subject: new framework for building sources after gitlab migration --- nonstd/static/scanf.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nonstd/static/scanf.h (limited to 'nonstd/static/scanf.h') 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; +} -- cgit v1.2.1