summaryrefslogtreecommitdiffstatshomepage
path: root/stm/file.h
diff options
context:
space:
mode:
authormux <freelancer.c@gmail.com>2014-01-24 17:14:13 +0200
committermux <freelancer.c@gmail.com>2014-01-24 17:14:13 +0200
commit40048adabc2399f778ff7acd9ecd16fce239ec1a (patch)
treefd706cd2decde40ce19863d37ce631207360817d /stm/file.h
parent2b2cb7b7f4f467b67082f79053118df78f48e66e (diff)
downloadmicropython-40048adabc2399f778ff7acd9ecd16fce239ec1a.tar.gz
micropython-40048adabc2399f778ff7acd9ecd16fce239ec1a.zip
Move file obj to separate module
Diffstat (limited to 'stm/file.h')
-rw-r--r--stm/file.h1
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);