Forráskód Böngészése

fix: luat_os_print_heapinfo函数声明报错

dreamcmi 4 éve
szülő
commit
9c9d5e120c
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      luat/modules/luat_main.c

+ 1 - 0
luat/modules/luat_main.c

@@ -31,6 +31,7 @@ lua_State * luat_get_state() {
 }
 
 int luat_search_module(const char* name, char* filename);
+void luat_os_print_heapinfo(const char* tag);
 
 static int pmain(lua_State *L) {
     int re = -2;