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 e707a16 commit 95d23bb
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-01T05:58:50.791Z
2023-05-01T05:36:00.908Z
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void stdlib_strided_sabs( 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[] = { -1.0, -2.0, -3.0, -4.0, -5.0, -6.0, -7.0, -8.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[] = { -1.0, -2.0, -3.0, -4.0, -5.0, -6.0, -7.0, -8.0 };

Expand Down

0 comments on commit 95d23bb

Please sign in to comment.