From fd466889b49dfe528567587183c2aedd27836f27 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 7 Jun 2024 14:50:18 -0400 Subject: split formatted I/O header, unify undefined behavior reporting with UNDEFINED_FMT() macro --- src/stdio/sscanf_s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/sscanf_s.c') diff --git a/src/stdio/sscanf_s.c b/src/stdio/sscanf_s.c index 08bbd6e5..159b2893 100644 --- a/src/stdio/sscanf_s.c +++ b/src/stdio/sscanf_s.c @@ -1,7 +1,7 @@ #include #include #include -#include "_stdio.h" +#include "_format.h" /** read formatted input from a string **/ int sscanf_s(const char * restrict s, const char * restrict format, ...) -- cgit v1.2.1