Changes in uspace/app/sbi/src/os/helenos.c [23de644:5db9084] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/os/helenos.c
r23de644 r5db9084 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 109 103 /** Read one line of input from the user. */ 110 104 int os_input_line(char **ptr)
Note:
See TracChangeset
for help on using the changeset viewer.