diff options
| author | mux | 2014-01-24 17:14:13 +0200 |
|---|---|---|
| committer | mux | 2014-01-24 17:14:13 +0200 |
| commit | 40048adabc2399f778ff7acd9ecd16fce239ec1a (patch) | |
| tree | fd706cd2decde40ce19863d37ce631207360817d /stm/file.h | |
| parent | 2b2cb7b7f4f467b67082f79053118df78f48e66e (diff) | |
Move file obj to separate module
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 000000000..3845635de --- /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); |
