Skip to content

Commit

Permalink
fix: update declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Sep 11, 2024
1 parent 50795c2 commit 2ca8d8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern "C" {
/**
* Returns the minimum accessible index based on a set of provided strided array parameters.
*/
int64_t stdlib_strided_min_view_buffer_index( int64_t N, int64_t stride, int64_t offset );
int64_t stdlib_strided_min_view_buffer_index( const int64_t N, const int64_t stride, const int64_t offset );

#ifdef __cplusplus
}
Expand Down

0 comments on commit 2ca8d8f

Please sign in to comment.