mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
@@ -1,6 +1,6 @@
|
||||
module os
|
||||
|
||||
struct C.stat {
|
||||
pub struct C.stat {
|
||||
st_size u64
|
||||
st_mode u32
|
||||
st_mtime int
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module os
|
||||
|
||||
struct C.stat {
|
||||
pub struct C.stat {
|
||||
st_dev u64 // 8
|
||||
st_ino u64 // 8
|
||||
st_nlink u64 // 8
|
||||
|
Reference in New Issue
Block a user