micropython/unix
Damien George b0261341d3 py: For malloc and vstr functions, use size_t exclusively for int type.
It seems most sensible to use size_t for measuring "number of bytes" in
malloc and vstr functions (since that's what size_t is for).  We don't
use mp_uint_t because malloc and vstr are not Micro Python specific.
2014-09-25 15:49:26 +01:00
..
.gitignore
Makefile
alloc.c
file.c
gccollect.c
input.c
input.h
main.c py: For malloc and vstr functions, use size_t exclusively for int type. 2014-09-25 15:49:26 +01:00
modffi.c
modos.c
modsocket.c
modtermios.c
modtime.c
mpconfigport.h
mpconfigport.mk
qstrdefsport.h
seg_helpers.c