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