Changes in uspace/app/tetris/input.c [96b02eb9:ebe70f1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/input.c
r96b02eb9 rebe70f1 52 52 #include <errno.h> 53 53 #include <unistd.h> 54 #include <str .h>54 #include <string.h> 55 55 56 56 #include "input.h" … … 97 97 struct timeval starttv, endtv, *s; 98 98 static ipc_call_t charcall; 99 sysarg_t rc;99 ipcarg_t rc; 100 100 101 101 /*
Note:
See TracChangeset
for help on using the changeset viewer.