This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
51c286df5a
v
/
vlib
/
v
/
fmt
/
tests
/
string_raw_and_cstr_keep.vv
7 lines
75 B
V
Raw
Blame
History
fn
main
(
)
{
raw
:=
r
'\x00'
cstr
:=
c
'
f
o
o
'
println
(
raw
)
println
(
cstr
)
}
Reference in New Issue
View Git Blame
Copy Permalink