mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
Update PikaBlock.c
This commit is contained in:
parent
78a5569c90
commit
e9a555cb2c
@ -1,3 +1,8 @@
|
||||
/*
|
||||
Author: lyon
|
||||
Tencent QQ: 645275593
|
||||
*/
|
||||
|
||||
#include "PikaBlock.h"
|
||||
#include <stdarg.h>
|
||||
#include "PikaObj.h"
|
||||
@ -80,4 +85,4 @@ char* block_popLine(PikaObj* self) {
|
||||
obj_setInt(self, "lineSize", obj_getInt(self, "lineSize") - 1);
|
||||
args_deinit(buffs);
|
||||
return obj_getStr(self, "lineNow");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user