This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
kayomn
/
xv6
Watch
1
Star
0
Fork
You've already forked xv6
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7424a59fa1
xv6
/
date.h
9 lines
114 B
C
Raw
Blame
History
struct
rtcdate
{
uint
second
;
uint
minute
;
uint
hour
;
uint
day
;
uint
month
;
uint
year
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink