This website requires JavaScript.
Explore
Help
Sign in
scratches
/
ffi_test
Watch
1
Star
0
Fork
You've already forked ffi_test
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3e6b9bcdfa
ffi_test
/
FfiTest
/
Basic.lean
7 lines
105 B
Text
Raw
Normal View
History
Unescape
Escape
ffi example (from official lake repository (leanprover/lean4))
2024-10-25 16:47:35 +09:00
@[extern "my_add"]
opaque myAdd : UInt32 → UInt32 → UInt32
def hello := "world"
-- #eval myAdd 1 2
Reference in a new issue
Copy permalink