mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Add unbuffered readline() implementation for Raw I/O files.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user