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