Changes in uspace/app/sbi/src/input_t.h [37f527b:051bc69a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/input_t.h
r37f527b r051bc69a 34 34 /** Input state object */ 35 35 typedef struct input { 36 /** Input name (for error output) */ 37 const char *name; 38 36 39 /** Input file if reading from file. */ 37 40 FILE *fin;
Note:
See TracChangeset
for help on using the changeset viewer.