Skip to content

Commit b2c15d0

Browse files
committed
Auto-generated commit
1 parent 9b69876 commit b2c15d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-04-01T01:41:20.029Z
1+
2023-05-01T01:37:53.050Z

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ If successful, the function returns `0`; otherwise, the function returns `-1` (e
364364
#include <stdio.h>
365365
#include <inttypes.h>
366366
367-
int main() {
367+
int main( void ) {
368368
int64_t N1 = 4;
369369
int64_t sh1[] = { 8, 1, 6, 1 };
370370

examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <stdio.h>
2222
#include <inttypes.h>
2323

24-
int main() {
24+
int main( void ) {
2525
int64_t N1 = 4;
2626
int64_t sh1[] = { 8, 1, 6, 1 };
2727

0 commit comments

Comments
 (0)