blob: 762bf073ccdb2771d585094596f5235a3fa80f42 [file] [log] [blame]
-- We need to put it into a separate file to avoid syntax error like `unexpected symbol near '~'`
local m = {}
m.GetAlignSize = function(k, size)
return ((~k) + 1) & (size - 1)
end
m.string_pack = string.pack
m.string_unpack = string.unpack
return m