Differences From Artifact [d3597d5255]:
- File 残局文料/lua_lib/算机_理器_通用_字节.lua — part of check-in [93f2f6943b] at 2024-02-09 05:12:02 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 178) [annotate] [blame] [check-ins using]
To Artifact [2d497ffaa3]:
- 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]
1 | local ffi = require("ffi") | | | | | 1 2 3 4 5 6 7 8 | 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 |