This website requires JavaScript.
Explore
Help
Sign In
hheik
/
xv6-riscv-rust
Watch
1
Star
0
Fork
You've already forked xv6-riscv-rust
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1f544842ce
xv6-riscv-rust
/
stat.h
8 lines
97 B
C
Raw
Blame
History
struct
stat
{
int
st_dev
;
uint
st_ino
;
short
st_type
;
short
st_nlink
;
uint
st_size
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink