_PATH_SEQFILE
if ((fid = fopen(_PATH_SEQFILE, "r+")) != NULL) {
} else if ((fid = fopen(_PATH_SEQFILE, "w")) != NULL) {