This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
You've already forked zig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
68b0fce62f
zig
/
test
/
standalone
/
load_dynamic_library
/
add.zig
4 lines
56 B
Zig
Raw
Blame
History
export
fn
add
(
a
:
i32
,
b
:
i32
)
i32
{
return
a
+
b
;
}
Reference in New Issue
View Git Blame
Copy Permalink