From f605f194eb45235989fc5ec91505201498834f24 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Thu, 29 Aug 2024 00:10:05 -0500 Subject: should be working + tests --- src/test.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/test.h (limited to 'src/test.h') diff --git a/src/test.h b/src/test.h new file mode 100644 index 0000000..01527c6 --- /dev/null +++ b/src/test.h @@ -0,0 +1,9 @@ +#include "lua.h" + +int ld_match(lua_State*); + +static const luaL_Reg test_function_list [] = { + {"_match", ld_match}, + + {NULL,NULL} +}; -- cgit v1.2.3