Changeset 37f527b in mainline for uspace/app/sbi/src/input.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.h
rb535aeb r37f527b 32 32 #include "mytypes.h" 33 33 34 int input_new(input_t **input, char *fname); 34 int input_new_file(input_t **input, char *fname); 35 int input_new_interactive(input_t **input); 36 int input_new_string(input_t **input, const char *str); 37 35 38 int input_get_line(input_t *input, char **line); 36 39 int input_get_line_no(input_t *input);
Note:
See TracChangeset
for help on using the changeset viewer.