Add streq() and start finding places it fixes warnings.

Some type fixes from Michael Allison.
This commit is contained in:
nhkeni
2022-03-16 18:50:17 -04:00
parent dc72e07a2b
commit 7f484815e5
8 changed files with 42 additions and 19 deletions

View File

@@ -999,6 +999,7 @@ extern int strncmpi(const char *, const char *, int);
#ifndef STRSTRI
extern char *strstri(const char *, const char *);
#endif
extern int streq(const char *, const char *, boolean);
extern boolean fuzzymatch(const char *, const char *, const char *, boolean);
extern void init_random(int(*fn)(int));
extern void reseed_random(int(*fn)(int));