diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-13 20:32:59 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-13 20:32:59 +0200 |
| commit | a016aa7f78c86c59bab3ae4970f8cc339186bc91 (patch) | |
| tree | e40d495971428c644fd924868fc983a51ff85a10 /test | |
| parent | d3db14d63a03c4a313e818ba1435433dd18acba4 (diff) | |
| download | nissy-core-a016aa7f78c86c59bab3ae4970f8cc339186bc91.tar.gz nissy-core-a016aa7f78c86c59bab3ae4970f8cc339186bc91.zip | |
Added new bfs attempt, but looks wrong
Diffstat (limited to 'test')
| -rw-r--r-- | test/103_gendata_h48_h0/gendata_h48_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/103_gendata_h48_h0/gendata_h48_tests.c b/test/103_gendata_h48_h0/gendata_h48_tests.c index ed17915..e9de3c0 100644 --- a/test/103_gendata_h48_h0/gendata_h48_tests.c +++ b/test/103_gendata_h48_h0/gendata_h48_tests.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #define COCSEPSIZE 1119792 | 4 | #define COCSEPSIZE 1119792 |
| 5 | #define ETABLESIZE ((3393 * 495 * 70) >> 1) | 5 | #define ETABLESIZE ((3393 * 495 * 70) >> 1) |
| 6 | 6 | ||
| 7 | size_t gendata_h48h0k4(void *, uint8_t); | 7 | int64_t gendata_h48h0k4(void *, uint8_t); |
| 8 | 8 | ||
| 9 | void run(void) { | 9 | void run(void) { |
| 10 | char str[STRLENMAX]; | 10 | char str[STRLENMAX]; |
