comparison io.h @ 22:ec01c579024a

Add fully interactive mode
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Thu, 07 Sep 2017 12:40:50 +0200
parents 5c6155c8e9b6
children
comparison
equal deleted inserted replaced
21:ee4d36c85287 22:ec01c579024a
35 IO_SIGNAL = -4, 35 IO_SIGNAL = -4,
36 IO_PASSWORD_EMPTY = -5, 36 IO_PASSWORD_EMPTY = -5,
37 IO_PASSWORD_MISMATCH = -6 37 IO_PASSWORD_MISMATCH = -6
38 }; 38 };
39 39
40 void io_trim_nl(char *);
40 int io_gl_complete_nothing(WordCompletion *, void *, const char *, 41 int io_gl_complete_nothing(WordCompletion *, void *, const char *,
41 int); 42 int);
42 enum io_status io_get_char(const char *, int *); 43 enum io_status io_get_char(const char *, int *);
43 enum io_status io_get_line(GetLine *, const char *, int, const char *, int, 44 enum io_status io_get_line(GetLine *, const char *, int, const char *, int,
44 size_t, char *); 45 size_t, char *);