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
e18cb9748f
v
/
vlib
/
os
/
os_structs_stat_default.c.v
14 lines
136 B
V
Raw
Blame
History
module
os
struct
C
.
stat
{
st_size
u64
st_mode
u32
st_mtime
int
}
struct
C
.
__stat64
{
st_size
u64
st_mode
u32
st_mtime
int
}
Reference in New Issue
View Git Blame
Copy Permalink