| 781 | } |
| 782 | |
| 783 | static int Lbuf_delete(lua_State *L) { |
| 784 | pb_Buffer *buf = test_buffer(L, 1); |
| 785 | if (buf) pb_resetbuffer(buf); |
| 786 | return 0; |
| 787 | } |
| 788 | |
| 789 | static int Lbuf_libcall(lua_State *L) { |
| 790 | int i, top = lua_gettop(L); |
nothing calls this directly
no test coverage detected