Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed May 1, 2023
1 parent dafb136 commit 3f1c1bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-04-01T03:32:05.997Z
2023-05-01T03:22:28.610Z
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ void stdlib_strided_sinv( const int64_t N, const float *X, const int64_t strideX
#include <stdint.h>
#include <stdio.h>

int main() {
int main( void ) {
// Create an input strided array:
float X[] = { -20.0, -1.0, 2.0, 4.0, 10.0, 100.0, 0.0, -0.0 };

Expand Down
2 changes: 1 addition & 1 deletion examples/c/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <stdint.h>
#include <stdio.h>

int main() {
int main( void ) {
// Create an input strided array:
float x[] = { -20.0, -1.0, 2.0, 4.0, 10.0, 100.0, 0.0, -0.0 };

Expand Down

0 comments on commit 3f1c1bf

Please sign in to comment.