HelenOS sources

highscore          85 uspace/app/tetris/scores.c static struct highscore scores[NUMSPOTS];
highscore         223 uspace/app/tetris/scores.c 	cnt = fread(scores, sizeof(struct highscore), NUMSPOTS, f);
highscore         244 uspace/app/tetris/scores.c 	cnt = fwrite(scores, sizeof(struct highscore), NUMSPOTS, f);
highscore          86 uspace/dist/src/c/demos/tetris/scores.c static struct highscore scores[NUMSPOTS];
highscore         219 uspace/dist/src/c/demos/tetris/scores.c 	cnt = fread(scores, sizeof(struct highscore), NUMSPOTS, f);
highscore         240 uspace/dist/src/c/demos/tetris/scores.c 	cnt = fwrite(scores, sizeof(struct highscore), NUMSPOTS, f);
HelenOS homepage, sources at GitHub