From fe09d3576ada9918f55431298c5d9a099e690761 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 12 Jun 2025 13:57:51 -0500 Subject: rewrite mimetype parsing --- src/lua.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lua.c') diff --git a/src/lua.c b/src/lua.c index ebddd03..a1dc7e9 100644 --- a/src/lua.c +++ b/src/lua.c @@ -10,6 +10,10 @@ static int ii = 0; static int malloc_count = 0; +int luaI_nothing(lua_State* L){ + return 0; +} + void* __malloc_(size_t N){ printf("hi"); malloc_count++; -- cgit v1.2.3