MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaL_addstring

Function luaL_addstring

other_src/lua/src/lauxlib.cpp:467–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466
467LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
468 luaL_addlstring(B, s, strlen(s));
469}
470
471
472LUALIB_API void luaL_pushresult (luaL_Buffer *B) {

Callers 1

luaL_gsubFunction · 0.70

Calls 1

luaL_addlstringFunction · 0.70

Tested by

no test coverage detected