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/snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/snprintf.c') diff --git a/src/stdio/snprintf.c b/src/stdio/snprintf.c index c77239c4..05d22c95 100644 --- a/src/stdio/snprintf.c +++ b/src/stdio/snprintf.c @@ -1,7 +1,7 @@ #include #include #include -#include "_stdio.h" +#include "_format.h" GCC_SSE_HACK int snprintf(char * restrict s, size_t n, const char * restrict format, ...) -- cgit v1.2.1