[obsidian] vault backup: 2025-01-15 16:35:43[
All checks were successful
Build / build (push) Successful in 10m25s

This commit is contained in:
2025-01-15 16:35:43 +09:00
parent 1a10d1f499
commit bbdfbc4ea8
26 changed files with 139 additions and 27 deletions

View File

@ -23,8 +23,6 @@ Cからアクセスするには`luaState*`を受け取って`int`を返す関数
数値型は基本的に64bit floatのみ埋め込む時はコンパイル時にマクロで切り替えることができる。内部的にはIntとかboolの区別はあって、いい感じにキャストできるようになっている。
## リファレンス
[Lua 5.4 Reference Manual](https://www.lua.org/manual/5.4/)