This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
9bf2449a7b
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 17:08:08 +03:00
module
os
checker: improve pub struct check (fix #14446) (#14777)
2022-06-19 17:42:22 +03:00
pub
struct
C
.
stat
{
os: move C struct declarations in their own _default.c.v files (#12268)
2021-10-22 17:08:08 +03:00
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
Copy Permalink