From e6be287bbfa6beda038ec8b085300c5dc9c2ecd8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Apr 2026 12:02:56 +0200 Subject: Use macro for [static N] --- test/076_copy_co/copy_co_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/076_copy_co') diff --git a/test/076_copy_co/copy_co_tests.c b/test/076_copy_co/copy_co_tests.c index 3ca109b..4127022 100644 --- a/test/076_copy_co/copy_co_tests.c +++ b/test/076_copy_co/copy_co_tests.c @@ -1,7 +1,7 @@ #include "../test.h" void copy_co(cube_t *, cube_t); -void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); +void pieces(cube_t *, uint8_t [SIZE(8)], uint8_t [SIZE(12)]); void run(void) { char str[STRLENMAX]; -- cgit v1.3