Changeset 87822ce in mainline for uspace/app/tetris/tetris.c
- Timestamp:
- 2021-03-04T19:14:30Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6c4d40
- Parents:
- 760a392
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/tetris.c
r760a392 r87822ce 202 202 while (true) { 203 203 int i = getchar(); 204 if (i < 0) 205 return 0; 204 206 205 207 switch (i) {
Note:
See TracChangeset
for help on using the changeset viewer.