From e06165088c13cd31819a7b1bb1a2ba9e5aaf689e Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sun, 23 May 2021 16:47:59 -0500 Subject: create initial files and write three hs_pushstring() tests --- src/honeysuckle.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/honeysuckle.c (limited to 'src/honeysuckle.c') diff --git a/src/honeysuckle.c b/src/honeysuckle.c new file mode 100644 index 0000000..423fa1b --- /dev/null +++ b/src/honeysuckle.c @@ -0,0 +1,7 @@ +#include "honeysuckle.h" + +void hs_pushstring(lua_State *L, const char *format_string, ...) +{ + lua_pushnumber(L, 0.4); + format_string = format_string; +} -- cgit v1.2.1