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-28 08:02:32 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
cb38bd0a14
zig
/
test
/
standalone
/
static_c_lib
History
Andrew Kelley
b735764898
different array literal syntax when inferring the size
...
old syntax: []i32{1, 2, 3} new syntax: [_]i32{1, 2, 3}
closes
#1797
2019-06-09 19:26:32 -04:00
..
build.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
foo.c
fix build.zig not respecting --static
2019-03-03 12:35:09 -05:00
foo.h
fix build.zig not respecting --static
2019-03-03 12:35:09 -05:00
foo.zig
fix build.zig not respecting --static
2019-03-03 12:35:09 -05:00