mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
4 lines
88 B
C
4 lines
88 B
C
#ifndef _invoke__H
|
|
#define _invoke__H
|
|
Args* obj_invoke(PikaObj* self, char* cmd);
|
|
#endif |