Searched refs:hsh_magic_val (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/tetris/
H A Dscores.c91 static const char hsh_magic_val[HSH_MAGIC_SIZE] = "//:\0\0://"; variable
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);

Completed in 80 milliseconds