mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
10 lines
137 B
C
10 lines
137 B
C
/*
|
|
Author: lyon
|
|
Tencent QQ: 645275593
|
|
*/
|
|
|
|
#ifndef _invoke__H
|
|
#define _invoke__H
|
|
Args* obj_invoke(PikaObj* self, char* cmd);
|
|
#endif
|