2 parents 932bf1c + a2715c0 commit 2025e82Copy full SHA for 2025e82
1 file changed
py/objarray.h
@@ -0,0 +1,3 @@
1
+MP_DECLARE_CONST_FUN_OBJ(mp_builtin_bytearray_obj);
2
+
3
+mp_obj_t mp_obj_new_bytearray(uint n, void *items);
0 commit comments