| 198 | } |
| 199 | |
| 200 | LUA_API void xlua_pushlstring (lua_State *L, const char *s, int len) { |
| 201 | lua_pushlstring(L, s, len); |
| 202 | } |
| 203 | |
| 204 | LUALIB_API int xluaL_loadbuffer (lua_State *L, const char *buff, int size, |
| 205 | const char *name) { |
no test coverage detected