Merge branch 'master' of github.com:micropython/micropython

This commit is contained in:
Damien George 2014-01-18 23:43:31 +00:00
commit 2025e82cbf

3
py/objarray.h Normal file
View File

@ -0,0 +1,3 @@
MP_DECLARE_CONST_FUN_OBJ(mp_builtin_bytearray_obj);
mp_obj_t mp_obj_new_bytearray(uint n, void *items);