Changeset e40ec257 in mainline for uspace/lib/libc/generic/console.c
- Timestamp:
- 2009-04-16T11:39:05Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3c0a841
- Parents:
- c33e36b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/console.c
rc33e36b re40ec257 239 239 } 240 240 241 void console_flush_optional(void) 242 { 243 if (console_phone >= 0) 244 console_flush(); 245 } 246 241 247 int console_get_size(int *rows, int *cols) 242 248 {
Note:
See TracChangeset
for help on using the changeset viewer.