2023-05-14 22:50:24 +08:00

6 lines
102 B
C

#include "PikaObj.h"
Arg* PikaStdLib_StringObj___next__(PikaObj* self) {
return arg_newNone();
}