_PATH_MONST
if ((Monstfp = fopen(_PATH_MONST, "r+")) == NULL)
error(_PATH_MONST);
snprintf(path, sizeof(path), "%s%s", prefix?prefix:"", _PATH_MONST);
_PATH_MONST,