Changeset aa492fe in mainline for uspace/app/top/screen.h
- Timestamp:
- 2012-08-23T14:49:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f0a2720
- Parents:
- dd13349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/screen.h
rdd13349 raa492fe 36 36 37 37 #include <io/console.h> 38 #include <io/verify.h> 38 39 #include "top.h" 39 40 … … 43 44 extern void screen_done(void); 44 45 extern void print_data(data_t *); 45 extern void show_warning(const char *, ...); 46 extern void show_warning(const char *, ...) 47 PRINTF_ATTRIBUTE(1, 2); 46 48 47 49 extern int tgetchar(unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.