score.c | 36 FILE *savfil; local in function:score_init 69 savfil = experimenting ? NULL : fopen(savefilename,"r"); 70 if (savfil != NULL && fgets(spbuf,100,savfil) != NULL) { 74 if (fgets(tmpbuf,80,savfil) != NULL) { 124 fclose(savfil); 142 savfil = fopen(savefilename,"r"); 143 if (savfil != NULL) { 144 fgets(spbuf,100,savfil); 150 savfil = NULL 671 FILE *savfil; local in function:save_game [all...] |