micropython/py/objarray.h

2 lines
52 B
C
Raw Normal View History

2014-01-19 07:39:51 +08:00
mp_obj_t mp_obj_new_bytearray(uint n, void *items);