Skip to content

Commit 4427cdf

Browse files
authored
bench: add static qualifier
Signed-off-by: Athan <[email protected]>
1 parent 0034147 commit 4427cdf

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/tribonaccif/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/tribonaccif/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static float rand_float( void ) {
8989
* @param n Tribonacci number to compute
9090
* @return Tribonacci number
9191
*/
92-
int tribonaccif( int n ) {
92+
static int tribonaccif( int n ) {
9393
int a;
9494
int b;
9595
int c;

0 commit comments

Comments
 (0)