mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 10:20:52 +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;
|