Differences From 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]
To Artifact [daa4e3db3d]:
- 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]
1 2 3 | local ffi = require("ffi") local s = {} --~ 内数 | | | | 1 2 3 4 5 6 7 8 | 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 |