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