| 835 | |
| 836 | |
| 837 | LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { |
| 838 | return luaL_loadbuffer(L, s, strlen(s), s); |
| 839 | } |
| 840 | |
| 841 | /* }====================================================== */ |
| 842 |
nothing calls this directly
no outgoing calls
no test coverage detected