This website requires JavaScript.
Explore
Help
Register
Sign in
lune-org
/
lune
Watch
1
Star
1
Fork
You've already forked lune
0
mirror of
https://github.com/lune-org/lune.git
synced
2025-04-03 18:10:54 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d42bfc9f63
lune
/
tests
/
ffi
/
benchmark
/
external_call
/
lib.c
qwreey
d42bfc9f63
Add benchmark tests/ffi/benchmark/external_call (
#243
)
2024-10-22 02:18:15 +00:00
4 lines
45 B
C
Raw
Blame
History
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}
Reference in a new issue
View git blame
Copy permalink