From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/string/stpncpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/string/stpncpy.c') diff --git a/lib/libc/string/stpncpy.c b/lib/libc/string/stpncpy.c index 1afa59fc..331e8dc7 100644 --- a/lib/libc/string/stpncpy.c +++ b/lib/libc/string/stpncpy.c @@ -1,4 +1,4 @@ -#include // for size_t +#include // for strncpy, size_t char *strncpy(char *restrict s1, const char *restrict s2, size_t n) { -- cgit v1.2.3