2021-09-13 23:07:03 +08:00

4 lines
88 B
C

#ifndef _invoke__H
#define _invoke__H
Args* obj_invoke(PikaObj* self, char* cmd);
#endif