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
2524207d1c
v
/
vlib
/
os
/
os_structs_stat_default.c.v
14 lines
140 B
V
Raw
Normal View
History
Unescape
Escape
os: move C struct declarations in their own _default.c.v files (#12268)
2021-10-22 16:08:08 +02:00
module
os
checker: improve pub struct check (fix #14446) (#14777)
2022-06-19 16:42:22 +02:00
pub
struct
C
.
stat
{
os: move C struct declarations in their own _default.c.v files (#12268)
2021-10-22 16:08:08 +02:00
st_size
u64
st_mode
u32
st_mtime
int
}
struct
C
.
__stat64
{
st_size
u64
st_mode
u32
st_mtime
int
}