MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaL_addstring

Function luaL_addstring

Source/Misc/lua/src/lua.c:10654–10656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10652
10653
10654LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
10655luaL_addlstring(B, s, strlen(s));
10656}
10657
10658
10659LUALIB_API void luaL_pushresult (luaL_Buffer *B) {

Callers 1

luaL_gsubFunction · 0.85

Calls 1

luaL_addlstringFunction · 0.85

Tested by

no test coverage detected