7a2e136049
From micro:bit port repository, https://github.com/bbcmicrobit/micropython
5 lines
80 B
C
5 lines
80 B
C
|
|
#include "py/runtime.h"
|
|
|
|
mp_obj_t microbit_repeat_iterator(mp_obj_t iterable);
|