diff --git a/.github/.keepalive b/.github/.keepalive index 526a6d5..4ef1465 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2023-04-01T01:37:56.660Z +2023-05-01T01:34:53.213Z diff --git a/examples/c/example.c b/examples/c/example.c index 7304f20..b553678 100644 --- a/examples/c/example.c +++ b/examples/c/example.c @@ -20,7 +20,7 @@ #include #include -int main() { +int main( void ) { // Create a strided array: double x[] = { 1.0, 2.0, 0.0/0.0, 3.0, 0.0/0.0, 4.0, 5.0, 6.0, 0.0/0.0, 7.0, 8.0, 0.0/0.0 };