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/sprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/sprintf.c') diff --git a/src/stdio/sprintf.c b/src/stdio/sprintf.c index fcb1ddac..3b815ab7 100644 --- a/src/stdio/sprintf.c +++ b/src/stdio/sprintf.c @@ -1,6 +1,6 @@ #include #include -#include "_stdio.h" +#include "_format.h" /** write formatted output to a string **/ -- cgit v1.2.1