Changeset 37f527b in mainline for uspace/app/sbi/src/input_t.h


Ignore:
Timestamp:
2010-03-26T21:55:23Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4204ad9
Parents:
b535aeb
Message:

Update SBI to rev. 144.

File:
1 edited

Legend:

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

    rb535aeb r37f527b  
    3434/** Input state object */
    3535typedef struct input {
    36         /** Input file */
     36        /** Input file if reading from file. */
    3737        FILE *fin;
    3838
    39         /** Buffer holding current line */
     39        /** Input string if reading from string. */
     40        const char *str;
     41
     42        /** Buffer holding current line. */
    4043        char *buffer;
    4144
Note: See TracChangeset for help on using the changeset viewer.