From 98799b491512a235c43e183ac0a2ec762b75edfd Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sun, 23 May 2021 23:09:09 -0500 Subject: set compiler flags per target and add hs_type_to_string tests --- src/honeysuckle.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/honeysuckle.c') 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); -- cgit v1.2.1