luaL_addstring

Function luaL_addstring 

Source
pub fn luaL_addstring(b: *mut LuaBuffer, s: LuaString)
Expand description

Adds the zero-terminated string pointed to by s to the LuaBuffer b (see luaL_Buffer). The string may not contain embedded zeros.