2021-09-13 22:11:45 +08:00

4 lines
88 B
C

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