diff options
author | Markus Siemens <siemens1993@gmail.com> | 2014-01-27 22:53:28 +0100 |
---|---|---|
committer | Markus Siemens <siemens1993@gmail.com> | 2014-01-28 18:21:05 +0100 |
commit | 19ccc6bdc7c761cc94e740c775f13506992ca0d6 (patch) | |
tree | 1c44e4b08c1c6b3f9903d6d0f92fb290fc19e0d1 /windows/file.c | |
parent | 9b00dad7bb0125a3459ca4f9c939c7510bd2f77f (diff) | |
download | micropython-19ccc6bdc7c761cc94e740c775f13506992ca0d6.tar.gz micropython-19ccc6bdc7c761cc94e740c775f13506992ca0d6.zip |
Added Windows port (see #233)
Diffstat (limited to 'windows/file.c')
-rw-r--r-- | windows/file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/file.c b/windows/file.c new file mode 100644 index 0000000000..2651ffafb6 --- /dev/null +++ b/windows/file.c @@ -0,0 +1,2 @@ +#include <stdio.h> +#include "../unix/file.c"
\ No newline at end of file |