| 641 | } |
| 642 | |
| 643 | static int Lconv_decode_double(lua_State *L) { |
| 644 | return lua_pushnumber(L, pb_decode_double(lpb_checkinteger(L, 1))), 1; |
| 645 | } |
| 646 | |
| 647 | LUALIB_API int luaopen_pb_conv(lua_State *L) { |
| 648 | luaL_Reg libs[] = { |
nothing calls this directly
no test coverage detected