| 640 | |
| 641 | |
| 642 | LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) { |
| 643 | luaL_buffinit(L, B); |
| 644 | return prepbuffsize(B, sz, -1); |
| 645 | } |
| 646 | |
| 647 | /* }====================================================== */ |
| 648 |
no test coverage detected