2021-10-01 00:21:50 +08:00

4 lines
88 B
C

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