mirror of
https://github.com/lua/lua
synced 2025-04-01 10:32:57 +03:00
module to declare API for debuging.
This commit is contained in:
parent
2cffb08a5c
commit
d24253d92f
19
luadebug.h
Normal file
19
luadebug.h
Normal file
@ -0,0 +1,19 @@
|
||||
/*
|
||||
** LUA - Linguagem para Usuarios de Aplicacao
|
||||
** Grupo de Tecnologia em Computacao Grafica
|
||||
** TeCGraf - PUC-Rio
|
||||
** $Id: $
|
||||
*/
|
||||
|
||||
|
||||
#ifndef luadebug_h
|
||||
#define luadebug_h
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
lua_Object lua_stackedfunction(int level);
|
||||
void lua_funcinfo (lua_Object func, char **filename, char **funcname,
|
||||
char **objname, int *linedefined);
|
||||
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user