Changes in uspace/app/sbi/src/input.c [074444f:051bc69a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/input.c
r074444f r051bc69a 118 118 } 119 119 120 input->name = os_str_dup(fname); 120 121 input->str = NULL; 121 122 input->line_no = 0; … … 136 137 } 137 138 139 input->name = "<user-input>"; 138 140 input->str = NULL; 139 141 input->line_no = 0; … … 154 156 } 155 157 158 input->name = "<builtin>"; 156 159 input->str = str; 157 160 input->line_no = 0; … … 226 229 /** Get number of the last provided line of input. 227 230 * 228 * @param input Input module.231 * @param input Input object. 229 232 * @return Line number of the last provided input line (counting 230 233 * from 1 up).
Note:
See TracChangeset
for help on using the changeset viewer.