Changes in uspace/app/sbi/src/os/helenos.c [9be9c4d:0485135] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/os/helenos.c
r9be9c4d r0485135 210 210 * @param ptr Place to store pointer to new string. 211 211 */ 212 int os_input_line(c onst char *prompt, char **ptr)212 int os_input_line(char **ptr) 213 213 { 214 214 char *line; … … 219 219 if (tinput == NULL) 220 220 return EIO; 221 222 tinput_set_prompt(tinput, prompt);223 221 } 224 222
Note:
See TracChangeset
for help on using the changeset viewer.