CoolPotOS/apps/lua/lualib.c

3 lines
91 B
C
Raw Normal View History

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