| plan 9 kernel history: overview | file list | diff list |
1999/0113/boot/settime.c (diff list | history)
| 1993/0501/sys/src/9/boot/settime.c:99,107 – 1999/0113/sys/src/9/boot/settime.c:99,108 (short | long | prev | next) | ||
| 1992/0611 | * return the days/month for the given year */ static int * | |
| 1999/0113 | yrsize(int y) | |
| 1992/0611 | { | |
| 1999/0113 | if((y%4) == 0 && ((y%100) != 0 || (y%400) == 0)) | |
| 1992/0611 | return ldmsize; else return dmsize; | |