micropython/unix
Paul Sokolovsky 0c124c3123 unix: Add "_os" module with stat().
stat() is bad function to use using FFI, because its ABI is largely private.
To start with, Glibc .so doesn't even have "stat" symbol. Then, layout of
struct stat is too implementation-dependent. So, introduce _os to deal
with stat() and other similar cases.
2014-05-14 22:08:45 +03:00
..
.gitignore
Makefile unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
file.c
gccollect.c
input.c
input.h
main.c
modffi.c
modos.c unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
modsocket.c
modtime.c
mpconfigport.h unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
mpconfigport.mk
qstrdefsport.h unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00