The Wayback Machine - https://web.archive.org/web/20211217232313/https://github.com/nmap/nmap/blob/master/nse_debug.h
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#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