8000 Auto-generated commit · stdlib-js/ndarray-base-ind2sub@46d37a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46d37a5

Browse files
committed
Auto-generated commit
1 parent eb01a54 commit 46d37a5

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-01T05:32:23.022Z
1+
2023-05-01T05:12:55.404Z

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ int8_t stdlib_ndarray_ind2sub( int64_t ndims, int64_t *shape, int64_t *strides,
386386
#include <stdio.h>
387387
#include <inttypes.h>
388388
389-
int main() {
389+
int main( void ) {
390390
int64_t ndims = 2;
391391
int64_t shape[] = { 3, 3 };
392392
int64_t strides[] = { -3, 1 };

examples/c/example.c

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

26-
int main() {
26+
int main( void ) {
2727
int64_t ndims = 2;
2828
int64_t shape[] = { 3, 3 };
2929
int64_t strides[] = { -3, 1 };

0 commit comments

Comments
 (0)
0