This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-30 17:12:31 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
ac0c5a3707
zig
/
example
/
mathtest.zig
6 lines
87 B
Zig
Raw
Normal View
History
Unescape
Escape
ability to generate shared library and h file
2015-11-30 00:28:28 +00:00
export
library
"
mathtest
"
;
add root export declaration which is overridable by command line options
2015-11-28 04:24:11 +00:00
export
fn
add
(
a
:
i32
,
b
:
i32
)
-
>
i32
{
return
a
+
b
;
}
Reference in New Issue
Copy Permalink