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
4ca453b6de
v
/
vlib
/
compiler
/
tests
/
cstrings_test.v
10 lines
107 B
V
Raw
Blame
History
fn
C
.
puts
(
charptr
)
int
fn
test_cstring
(
)
{
h
:=
c
'
w
o
r
l
d
'
C
.
puts
(
c
'
h
e
l
l
o
'
)
C
.
puts
(
h
)
assert
true
}
Reference in New Issue
View Git Blame
Copy Permalink