diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 11:25:46 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 11:25:46 +0100 |
| commit | 6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0 (patch) | |
| tree | ed283edec862f707653030a8b5662baf418f7663 /test/010_math_permsign | |
| parent | a9ce50120b68db3669aaadeac348db8926bc15c4 (diff) | |
| download | nissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.tar.gz nissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.zip | |
Added void in function declaration for tests
Diffstat (limited to 'test/010_math_permsign')
| -rw-r--r-- | test/010_math_permsign/permsgn_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/010_math_permsign/permsgn_tests.c b/test/010_math_permsign/permsgn_tests.c index dca9e6e..46c7377 100644 --- a/test/010_math_permsign/permsgn_tests.c +++ b/test/010_math_permsign/permsgn_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | int permsign(uint8_t *, int); | 3 | int permsign(uint8_t *, int); |
| 4 | 4 | ||
| 5 | int main() { | 5 | int main(void) { |
| 6 | char str[STRLENMAX]; | 6 | char str[STRLENMAX]; |
| 7 | uint8_t a[100]; | 7 | uint8_t a[100]; |
| 8 | int n, i, p; | 8 | int n, i, p; |
