aboutsummaryrefslogtreecommitdiff
path: root/example/multiple_files/libc.zig
AgeCommit message (Collapse)Author
2016-01-04multiple files example no longer use libcAndrew Kelley
2015-12-14instead of *mut and *const, & and &constAndrew Kelley
closes #33
2015-12-14add number literal typeAndrew Kelley
it gets implicitly casted to whatever is needed. closes #24
2015-12-01support multiple filesAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
verbose compiler output is now behind --verbose flag