#ifndef HONEY_UTIL_H #define HONEY_UTIL_H #include void append_table(lua_State *L, int tbl_a, int tbl_b); #endif