Skip to content

Commit a2715c0

Browse files
committed
Add objarray.h .
1 parent 8fce5b4 commit a2715c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

py/objarray.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)