luaL_addstring
[-?, +?, m]
1 | void luaL_addstring (luaL_Buffer *B, const char *s); |
Adds the zero-terminated string pointed to by s
to the buffer B
(see luaL_Buffer
).
luaL_addstring
[-?, +?, m]
1 | void luaL_addstring (luaL_Buffer *B, const char *s); |
Adds the zero-terminated string pointed to by s
to the buffer B
(see luaL_Buffer
).
Designed by : w10schools
service@w10schools.com
Please login to continue.