diff options
Diffstat (limited to 'stm/file.h')
-rw-r--r-- | stm/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/file.h b/stm/file.h new file mode 100644 index 0000000000..3845635deb --- /dev/null +++ b/stm/file.h @@ -0,0 +1 @@ +mp_obj_t pyb_io_open(mp_obj_t o_filename, mp_obj_t o_mode); |