2025-04-27 07:49:33 -04:00

7 lines
216 B
C

/* Simple but direct hash function that hashes across several bits by
multiplying by the greatest prime less than bits**2 and masking off the excess. */
extern WCHAR g_szLogLine[];
extern BOOL g_bEnvStrings;