| 624 | |
| 625 | |
| 626 | LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) { |
| 627 | luaL_buffinit(L, B); |
| 628 | return prepbuffsize(B, sz, -1); |
| 629 | } |
| 630 | |
| 631 | /* }====================================================== */ |
| 632 |
no test coverage detected