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-02 18:12:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
231783f207
zig
/
test
/
standalone
/
issue_11595
/
main.zig
6 lines
86 B
Zig
Raw
Normal View
History
Unescape
Escape
stdlib: escape backslashes and double quotes in Builder response file Fixes #11595
2022-05-06 18:14:31 +01:00
extern
fn
check
(
)
c_int
;
pub
fn
main
(
)
u8
{
all: migrate code to new cast builtin syntax Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change
2023-06-22 18:46:56 +01:00
return
@as
(
u8
,
@intCast
(
check
(
)
)
)
;
stdlib: escape backslashes and double quotes in Builder response file Fixes #11595
2022-05-06 18:14:31 +01:00
}
Reference in New Issue
Copy Permalink