Changeset 76d0981d in mainline for uspace/dist/src/c/demos/tetris/scores.c
- Timestamp:
- 2018-04-12T12:57:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bacee1
- Parents:
- 9c514be
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-11 18:18:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-12 12:57:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/tetris/scores.c
r9c514be r76d0981d 64 64 #include <io/keycode.h> 65 65 #include <vfs/vfs.h> 66 #include <stdbool.h> 66 67 #include <stdlib.h> 67 68 #include <err.h> … … 139 140 "........................................"); 140 141 141 while ( 1) {142 while (true) { 142 143 console_flush(console); 143 144 if (!console_get_event(console, &ev))
Note:
See TracChangeset
for help on using the changeset viewer.