diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-15 23:39:44 +0200 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-15 23:43:25 +0200 |
| commit | 9953ca432b063a245c3f1bd07b8907a295ff1397 (patch) | |
| tree | e6c60eeb1c981dc1207afcbd8af7d11e1159d51d /py/stream.h | |
| parent | 24224d7c72e1d6572ef0d24f08eb882dcac8dc50 (diff) | |
Add unbuffered readline() implementation for Raw I/O files.
Diffstat (limited to 'py/stream.h')
| -rw-r--r-- | py/stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/stream.h b/py/stream.h index b1c3c7278..58e807254 100644 --- a/py/stream.h +++ b/py/stream.h @@ -1,3 +1,4 @@ extern const mp_obj_fun_native_t mp_stream_read_obj; extern const mp_obj_fun_native_t mp_stream_readall_obj; +extern const mp_obj_fun_native_t mp_stream_unbuffered_readline_obj; extern const mp_obj_fun_native_t mp_stream_write_obj; |
