Changeset 87822ce in mainline for uspace/app/top/screen.h
- 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/top/screen.h
r760a392 r87822ce 35 35 #define TOP_SCREEN_H_ 36 36 37 #include <errno.h> 37 38 #include <io/console.h> 38 39 #include <io/verify.h> … … 47 48 _HELENOS_PRINTF_ATTRIBUTE(1, 2); 48 49 49 extern int tgetchar(sec_t);50 extern errno_t tgetchar(sec_t, int *); 50 51 51 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.