From 205f9aa67b43b3d9b5059769cfc1ed0265341586 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 17 Mar 2025 14:30:43 -0300 Subject: New function 'printallstack' in test library --- ltests.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index cc372b8f..af5641ba 100644 --- a/ltests.h +++ b/ltests.h @@ -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 */ -- cgit v1.2.3-55-g6feb