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-12-04 19:09:32 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
189fc964f7
zig
/
test
/
standalone
/
use_alias
/
c.zig
2 lines
49 B
Zig
Raw
Normal View
History
Unescape
Escape
run zig fmt to update `use` to `usingnamespace`
2019-05-29 23:55:42 +01:00
pub
usingnamespace
@cImport
(
@cInclude
(
"
foo.h
"
)
)
;
Reference in New Issue
Copy Permalink