2021-12-27 21:41:17 +08:00

8 lines
161 B
C

#include "PikaObj.h"
Arg* PikaStdLib_RangeObj___iter__(PikaObj* self) {
return NULL;
}
Arg* PikaStdLib_RangeObj___next__(PikaObj* self) {
return NULL;
}