static inline void lua_hook_free(struct lua_hook *head). {. struct lua_hook *p, *next;. for (p = context->hooks; p != NULL; p = next) {. next = p->next;.
確定! 回上一頁