Changes in uspace/app/sbi/src/os/helenos.c [5db9084:23de644] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/os/helenos.c
r5db9084 r23de644 101 101 } 102 102 103 /** Display survival help message. */ 104 void os_input_disp_help(void) 105 { 106 printf("Press Ctrl-Q to quit.\n"); 107 } 108 103 109 /** Read one line of input from the user. */ 104 110 int os_input_line(char **ptr)
Note:
See TracChangeset
for help on using the changeset viewer.