mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Add objarray.h .
This commit is contained in:
3
py/objarray.h
Normal file
3
py/objarray.h
Normal file
@@ -0,0 +1,3 @@
|
||||
MP_DECLARE_CONST_FUN_OBJ(mp_builtin_bytearray_obj);
|
||||
|
||||
mp_obj_t mp_obj_new_bytearray(uint n, void *items);
|
||||
Reference in New Issue
Block a user