Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/input_t.h

    r37f527b r051bc69a  
    3434/** Input state object */
    3535typedef struct input {
     36        /** Input name (for error output) */
     37        const char *name;
     38
    3639        /** Input file if reading from file. */
    3740        FILE *fin;
Note: See TracChangeset for help on using the changeset viewer.