summaryrefslogtreecommitdiff
path: root/src/honeysuckle.c
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2021-05-23 23:09:09 -0500
committersanine-a <sanine.not@pm.me>2021-05-23 23:09:09 -0500
commit98799b491512a235c43e183ac0a2ec762b75edfd (patch)
tree07b84dff29873bf572d314dc4665dfc46c1d8915 /src/honeysuckle.c
parent30211fa4a3d65e7f26640d0c2caba3e5b48312b1 (diff)
set compiler flags per target and add hs_type_to_string tests
Diffstat (limited to 'src/honeysuckle.c')
-rw-r--r--src/honeysuckle.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/honeysuckle.c b/src/honeysuckle.c
index 423fa1b..2e2a12f 100644
--- a/src/honeysuckle.c
+++ b/src/honeysuckle.c
@@ -1,5 +1,11 @@
#include "honeysuckle.h"
+const char* hs_type_to_string(int type)
+{
+ type = type;
+ return "mock";
+}
+
void hs_pushstring(lua_State *L, const char *format_string, ...)
{
lua_pushnumber(L, 0.4);