Lua Roberto struct. ( Lua.) , , , int .
, (, , , ), 4- :
buffer = struct.pack("l", value)
:
value = struct.unpack( "l", buffer)
buffer Lua, . Lua, string.byte - .
, "l" "<l" little-endian ">l" big-endian.
struct C DLL , Lua. , Lua Windows, , Lua Windows.