Add missing prototypes for static functions to avoid warnings.

This commit is contained in:
nhkeni
2024-02-29 10:49:53 -05:00
parent 356875ea20
commit acf60063d5
21 changed files with 45 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
#include "isaac64.h"
static int whichrng(int (*fn)(int));
static int RND(int);
#if 0
static isaac64_ctx rng_state;