micropython/py/objarray.h

4 wiersze
105 B
C

MP_DECLARE_CONST_FUN_OBJ(mp_builtin_bytearray_obj);
mp_obj_t mp_obj_new_bytearray(uint n, void *items);