mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 18:00:48 +02:00
3 lines
107 B
C
3 lines
107 B
C
extern const mp_obj_fun_native_t mp_stream_read_obj;
|
|
extern const mp_obj_fun_native_t mp_stream_write_obj;
|