Changeset 338d54a7 in mainline for uspace/dist/src/c/demos/top/screen.h
- Timestamp:
- 2018-03-10T22:55:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 850fd32
- Parents:
- 5ef16903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/top/screen.h
r5ef16903 r338d54a7 47 47 _HELENOS_PRINTF_ATTRIBUTE(1, 2); 48 48 49 extern errno_t tgetchar(unsigned int);49 extern int tgetchar(unsigned int); 50 50 51 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.