From 48658fcbb0bb13896ae96d31e88baf419ae60c8a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 1 May 2023 01:29:44 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 2 +- README.md | 2 +- examples/c/example.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/.keepalive b/.github/.keepalive index a4124ad..55b2200 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2023-04-01T01:32:31.849Z +2023-05-01T01:29:43.095Z diff --git a/README.md b/README.md index e6d0463..9322e88 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ static float addf( const float x, const float y ) { return x + y; } -int main() { +int main( void ) { // Create input strided arrays: float X[] = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f }; float Y[] = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f }; diff --git a/examples/c/example.c b/examples/c/example.c index 6311f50..eaeff7b 100644 --- a/examples/c/example.c +++ b/examples/c/example.c @@ -26,7 +26,7 @@ static float addf( const float x, const float y ) { return x + y; } -int main() { +int main( void ) { // Create input strided arrays: float X[] = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f }; float Y[] = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f };