summaryrefslogtreecommitdiffstats
path: root/nse_debug.h
blob: c425045a98098b514707b56fc3e3050a749749b6 (plain)
1
2
3
4
5
6
7
8
9
#ifndef NSE_DEBUG
#define NSE_DEBUG

void value_dump(lua_State *L, int i, int depth_limit);
void stack_dump(lua_State *L);
void lua_state_dump(lua_State *L);

#endif