Artifact daa4e3db3de0ee6083a8ddda8981cf91ce5127178c3bbc7009101dcead3148cd:
- File single_doc/lua_lib/算机_理器_通用_字节.lua — part of check-in [60c256f91b] at 2024-06-27 23:36:58 on branch trunk — 0 (user: 顽雨沉风, size: 178) [annotate] [blame] [check-ins using]
- File 残局文料/lua_lib/算机_理器_通用_字节.lua — part of check-in [a4c0b3bd26] at 2024-02-13 05:09:26 on branch trunk — 好 (user: 顽雨沉风, size: 178) [annotate] [blame] [check-ins using]
local ffi = require("ffi") local s = {} --~ 内数 function s.to_uint64(u1) local uint64_pointer = ffi.new("uint64_t[1]", u1) return uint64_pointer[0] end return s