aboutsummaryrefslogtreecommitdiff
path: root/test/011_math_indextoperm
diff options
context:
space:
mode:
Diffstat (limited to 'test/011_math_indextoperm')
-rw-r--r--test/011_math_indextoperm/indextoperm_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/011_math_indextoperm/indextoperm_tests.c b/test/011_math_indextoperm/indextoperm_tests.c
index 87399ef..e83cbad 100644
--- a/test/011_math_indextoperm/indextoperm_tests.c
+++ b/test/011_math_indextoperm/indextoperm_tests.c
@@ -1,11 +1,11 @@
1#include "../test.h" 1#include "../test.h"
2 2
3void indextoperm(int64_t, size_t n, uint8_t [n]); 3void indextoperm(uint64_t, size_t n, uint8_t [n]);
4 4
5void run(void) { 5void run(void) {
6 char str[STRLENMAX]; 6 char str[STRLENMAX];
7 uint8_t a[100]; 7 uint8_t a[100];
8 int64_t n, p, i; 8 uint64_t n, p, i;
9 9
10 fgets(str, STRLENMAX, stdin); 10 fgets(str, STRLENMAX, stdin);
11 n = atoll(str); 11 n = atoll(str);

Generated with cgit - Back to sebastiano.tronto.net