This website requires JavaScript.
Explore
Help
Sign in
Imbus
/
xv6-riscv-kernel
Watch
1
Fork
You've already forked xv6-riscv-kernel
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a64cd81342
xv6-riscv-kernel
/
stat.h
8 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
fstat primitive ls
2006-08-12 06:33:50 +02:00
struct
stat
{
remove _ prefixes
2006-09-07 15:08:23 +02:00
int
dev
;
uint
ino
;
short
type
;
short
nlink
;
uint
size
;
fstat primitive ls
2006-08-12 06:33:50 +02:00
}
;
Reference in a new issue
Copy permalink