New function 'printallstack' in test library

This commit is contained in:
Roberto Ierusalimschy
2025-03-17 14:30:43 -03:00
parent 94d38560c3
commit 205f9aa67b
2 changed files with 24 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ LUAI_FUNC void lua_printvalue (struct TValue *v);
** Function to print the stack
*/
LUAI_FUNC void lua_printstack (lua_State *L);
LUAI_FUNC int lua_printallstack (lua_State *L);
/* test for lock/unlock */