Changes in uspace/app/tetris/scores.c [07b7c48:c354a08] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/scores.c
r07b7c48 rc354a08 233 233 234 234 f = fopen("/data/tetris.sco", "wb"); 235 if (f == NULL) { 236 printf("Error creating table\n"); 237 return; 238 } 239 235 240 cnt = fwrite(scores, sizeof(struct highscore), NUMSPOTS, f); 236 241 rc = fclose(f);
Note:
See TracChangeset
for help on using the changeset viewer.