Files
2023-06-28 20:24:33 +08:00

16 lines
170 B
C

#ifndef _LUA_UNQLITE_
#define _LUA_UNQLITE_
#if __cplusplus
extern "C" {
#endif
int luaopen_lunqlite(lua_State *L);
#if __cplusplus
}
#endif
#endif // _LUA_UNQLITE_