Changeset 79edc36 in mainline for uspace/app/top/input.h
- Timestamp:
- 2010-04-01T15:21:03Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 62550dce
- Parents:
- 83a957a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/input.h
r83a957a r79edc36 45 45 #define TOP_INPUT_ 46 46 47 #include <sys/time.h> 48 47 49 extern int rwait(struct timeval *); 48 extern int tgetchar( void);49 extern void tsleep( void);50 extern int tgetchar(unsigned int sec); 51 extern void tsleep(unsigned int sec); 50 52 51 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.