| 13815 | |
| 13816 | |
| 13817 | static int writer (lua_State *L, const void* b, size_t size, void* B) { |
| 13818 | (void)L; |
| 13819 | luaL_addlstring((luaL_Buffer*) B, (const char *)b, size); |
| 13820 | return 0; |
| 13821 | } |
| 13822 | |
| 13823 | |
| 13824 | static int str_dump (lua_State *L) { |
no test coverage detected