| 750 | |
| 751 | |
| 752 | LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { |
| 753 | return luaL_loadbuffer(L, s, strlen(s), s); |
| 754 | } |
| 755 | |
| 756 | /* }====================================================== */ |
| 757 |
nothing calls this directly
no outgoing calls
no test coverage detected