From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/string/strxfrm.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/libc/string/strxfrm.c') diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index d216733b..947a4331 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -1,5 +1,9 @@ -#include -#include +#include "__stdio.h" // for size_t +#include "features.h" // for __weak + +#include // for __unused +#include // for locale_t +#include // for strlcpy, strlen, strxfrm, strxfrm_l size_t strxfrm(char *restrict s1, const char *restrict s2, size_t n) { -- cgit v1.2.3