Changeset 37f527b in mainline for uspace/app/sbi/src/input_t.h
- Timestamp:
- 2010-03-26T21:55:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4204ad9
- Parents:
- b535aeb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/input_t.h
rb535aeb r37f527b 34 34 /** Input state object */ 35 35 typedef struct input { 36 /** Input file */36 /** Input file if reading from file. */ 37 37 FILE *fin; 38 38 39 /** Buffer holding current line */ 39 /** Input string if reading from string. */ 40 const char *str; 41 42 /** Buffer holding current line. */ 40 43 char *buffer; 41 44
Note:
See TracChangeset
for help on using the changeset viewer.