scores.c | 91 static const char hsh_magic_val[HSH_MAGIC_SIZE] = "//:\0\0://"; variable in typeref:typename:const char[] 487 * a score entry? hsh_magic_val is chosen to be 491 if (!memcmp(header.hsh_magic, hsh_magic_val, HSH_MAGIC_SIZE)) { 609 memcpy(header.hsh_magic, hsh_magic_val, HSH_MAGIC_SIZE);
|