Changeset 46577995 in mainline for uspace/app/sbi/src/input.h
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/app/sbi/src/input.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/input.h
rfacacc71 r46577995 32 32 #include "mytypes.h" 33 33 34 int input_new_file(input_t **input, const char *fname);35 int input_new_interactive(input_t **input);36 int input_new_string(input_t **input, const char *str);34 errno_t input_new_file(input_t **input, const char *fname); 35 errno_t input_new_interactive(input_t **input); 36 errno_t input_new_string(input_t **input, const char *str); 37 37 38 int input_get_line(input_t *input, char **line);38 errno_t input_get_line(input_t *input, char **line); 39 39 int input_get_line_no(input_t *input); 40 40
Note:
See TracChangeset
for help on using the changeset viewer.
