CoolPotOS/apps/lua/luac.c

3 lines
92 B
C
Raw Normal View History

2024-09-08 22:43:05 +08:00
#define MAKE_LUAC
static inline char *getenv(char *s) { return "?.lua"; }
#include "lua/m.c"