micropython/py/objarray.h

2 lines
52 B
C
Raw Normal View History

2014-01-18 23:39:51 +00:00
mp_obj_t mp_obj_new_bytearray(uint n, void *items);