mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
fix codegen
This commit is contained in:
parent
35f841d8ce
commit
f0828794bc
@ -16,6 +16,9 @@ void New_PikaStdData_Dict(void) {}
|
||||
void New_PikaStdData_Tuple(void) {}
|
||||
void New_PikaStdData_String(void) {}
|
||||
void New_PikaStdData_ByteArray(void) {}
|
||||
char* string_slice(Args * outBuffs, char* str, int start, int end){
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void main() {
|
||||
/* run pika_binder to bind C modules */
|
||||
|
Loading…
x
Reference in New Issue
Block a user