Changes in uspace/lib/libc/include/io/console.h [19528516:8be2833] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/io/console.h
r19528516 r8be2833 69 69 70 70 extern int console_get_size(int phone, int *cols, int *rows); 71 extern int console_get_pos(int phone, int *col, int *row);72 71 extern void console_goto(int phone, int col, int row); 73 72
Note:
See TracChangeset
for help on using the changeset viewer.