Artifact 2d497ffaa3025465ca7f4ddf9b9cdb108067d4c943e5139b1d39687c04f26e5a:
- File 残局文料/lua_lib/算机_理器_通用_字节.lua — part of check-in [5b9fb5e09f] at 2024-02-13 05:00:42 on branch trunk — 好 (user: 顽雨沉风, size: 178) [annotate] [blame] [check-ins using]
local ffi = require("ffi") local s = {} --~ 内数 function s.to_uint64(o1) local uint64_pointer = ffi.new("uint64_t[1]", o1) return uint64_pointer[0] end return s