forked from len0rd/rockbox
Unlike the current code, it does no looping to count days or do table lookups, which means running time doesn't increase with year or month. A good thing if it's call a lot, especially if the algorithm were asked to compute dates centuries or more from the epoch start. As a bonus, handles negative time values. Change-Id: I198a23daf621e40623e6b44dacf2387078b4db9c |
||
|---|---|---|
| .. | ||
| include | ||
| atoi.c | ||
| ctype.c | ||
| errno.c | ||
| gmtime.c | ||
| memchr.c | ||
| memcmp.c | ||
| mktime.c | ||
| qsort.c | ||
| random.c | ||
| sprintf.c | ||
| sscanf.c | ||
| strcat.c | ||
| strchr.c | ||
| strcmp.c | ||
| strcpy.c | ||
| strncmp.c | ||
| strrchr.c | ||
| strstr.c | ||
| strtok.c | ||