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