This website requires JavaScript.
Explore
Help
Sign In
ilo-pona
/
xv6-65oo2
Watch
1
Star
0
Fork
You've already forked xv6-65oo2
0
Code
Issues
Pull requests
Packages
Projects
Releases
Activity
a3f6d9fd1e
xv6-65oo2
/
kernel
/
date.h
9 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
whoops. forgot date.h
2014-09-12 22:41:38 +00:00
struct
rtcdate
{
coding style (per Jeremías Feltan <jeremias.feltan@gmail.com>)
2015-06-30 20:23:56 +00:00
uint
second
;
uint
minute
;
uint
hour
;
uint
day
;
uint
month
;
uint
year
;
whoops. forgot date.h
2014-09-12 22:41:38 +00:00
}
;
Reference in a new issue
Copy permalink