Skip to content

Commit

Permalink
docs: update start index in C example
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
Planeshifter authored Dec 15, 2024
1 parent c96ae34 commit 76d69ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ int main( void ) {
int32_t i;
float v;
for ( i = 0; i > -77; i-- ) {
for ( i = 0; i > -35; i-- ) {
v = stdlib_base_negalucasf( i );
printf( "negalucasf(%d) = %f\n", i, v );
}
Expand Down

0 comments on commit 76d69ab

Please sign in to comment.