| 668 | |
| 669 | |
| 670 | LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) { |
| 671 | luaL_buffinit(L, B); |
| 672 | return prepbuffsize(B, sz, -1); |
| 673 | } |
| 674 | |
| 675 | /* }====================================================== */ |
| 676 |
no test coverage detected