luaL_addstring
[-?, +?, e]
- void luaL_addstring (luaL_Buffer *B, const char *s);
向缓存 B
(参见 luaL_Buffer
)添加一个零结尾的字符串 s
。
[-?, +?, e]
- void luaL_addstring (luaL_Buffer *B, const char *s);
向缓存 B
(参见 luaL_Buffer
)添加一个零结尾的字符串 s
。
本文档使用 BookStack 构建