related comments were not updated with parameters

This commit is contained in:
nhmall
2025-03-08 12:51:53 -05:00
parent a6a1e1b365
commit d0d77ed5f4

View File

@@ -45,9 +45,9 @@
const char * ordin (int)
char * sitoa (int)
int sgn (int)
int distmin (int, int, int, int)
int dist2 (int, int, int, int)
boolean online2 (int, int)
int distmin (coordxy, coordxy, coordxy, coordxy)
int dist2 (coordxy, coordxy, coordxy, coordxy)
boolean online2 (coordxy, coordxy)
int strncmpi (const char *, const char *, int)
char * strstri (const char *, const char *)
boolean fuzzymatch (const char *, const char *,