From ce3f1cc0ef9f46d70ab5387b1458e9098b40711d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 22 Mar 2025 06:43:11 +0100 Subject: Some safety with move arrays, small refactor appendchar --- test/011_math_indextoperm/indextoperm_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/011_math_indextoperm') diff --git a/test/011_math_indextoperm/indextoperm_tests.c b/test/011_math_indextoperm/indextoperm_tests.c index cb1306d..87399ef 100644 --- a/test/011_math_indextoperm/indextoperm_tests.c +++ b/test/011_math_indextoperm/indextoperm_tests.c @@ -1,6 +1,6 @@ #include "../test.h" -void indextoperm(int64_t, int64_t, uint8_t *); +void indextoperm(int64_t, size_t n, uint8_t [n]); void run(void) { char str[STRLENMAX]; -- cgit v1.3