aboutsummaryrefslogtreecommitdiff
path: root/test/014_math_sumzerotodigits/sumzerotodigits.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/014_math_sumzerotodigits/sumzerotodigits.c')
-rw-r--r--test/014_math_sumzerotodigits/sumzerotodigits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/014_math_sumzerotodigits/sumzerotodigits.c b/test/014_math_sumzerotodigits/sumzerotodigits.c
index e8d2814..401d157 100644
--- a/test/014_math_sumzerotodigits/sumzerotodigits.c
+++ b/test/014_math_sumzerotodigits/sumzerotodigits.c
@@ -1,6 +1,6 @@
1#include "../test.h" 1#include "../test.h"
2 2
3void sumzerotodigits(uint64_t, size_t n, uint8_t, uint8_t [n]); 3void sumzerotodigits(uint64_t, size_t n, uint8_t, uint8_t *);
4 4
5void run(void) { 5void run(void) {
6 char str[STRLENMAX]; 6 char str[STRLENMAX];

Generated with cgit - Back to sebastiano.tronto.net