Changeset c0e674a in mainline for tetris/input.c
- Timestamp:
- 2006-05-31T16:15:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5052046
- Parents:
- b27a97bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tetris/input.c
rb27a97bb rc0e674a 50 50 #include "tetris.h" 51 51 52 #include <async.h> 53 52 54 /* return true iff the given timeval is positive */ 53 55 #define TV_POS(tv) \ … … 62 64 (res)->tv_sec--; \ 63 65 } 66 67 static aid_t getchar_inprog = 0; 64 68 65 69 /*
Note:
See TracChangeset
for help on using the changeset viewer.