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-27 23:52:31 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
431170d981
zig
/
example
/
multiple_files
/
libc.zig
6 lines
103 B
Zig
Raw
Normal View
History
Unescape
Escape
refactor code to prepare for multiple files verbose compiler output is now behind --verbose flag
2015-12-01 02:58:53 +00:00
#
link
(
"
c
"
)
extern
{
instead of *mut and *const, & and &const closes #33
2015-12-15 01:10:25 +00:00
pub
fn
puts
(
s
:
&
const
u8
)
-
>
i32
;
support multiple files
2015-12-01 09:08:58 +00:00
pub
fn
exit
(
code
:
i32
)
-
>
unreachable
;
refactor code to prepare for multiple files verbose compiler output is now behind --verbose flag
2015-12-01 02:58:53 +00:00
}
Reference in New Issue
Copy Permalink