summaryrefslogtreecommitdiffstatshomepage
path: root/stm/file.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-24 14:48:06 -0800
committerDamien George <damien.p.george@gmail.com>2014-01-24 14:48:06 -0800
commitbaba08bff913963cd10a227ab765b31cdcc96ab0 (patch)
tree59fa570428be3c1e7dd06da30bc0ed1ad5b940b9 /stm/file.h
parent41d02b654e5c844f85fbb79283eaebf35af60fbb (diff)
parenta215b09c0dc29b82161092e92ea2e5e004d79468 (diff)
downloadmicropython-baba08bff913963cd10a227ab765b31cdcc96ab0.tar.gz
micropython-baba08bff913963cd10a227ab765b31cdcc96ab0.zip
Merge pull request #218 from iabdalkader/master
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);