mirror of
https://github.com/micropython/micropython.git
synced 2025-09-10 03:40:44 +02:00
5 lines
80 B
C
5 lines
80 B
C
|
|
#include "py/runtime.h"
|
|
|
|
mp_obj_t microbit_repeat_iterator(mp_obj_t iterable);
|