rockbox/firmware/libc
Rafaël Carré 24bd9d5393 gmtime: avoid a modulus
since WEEK_SECONDS = 7 * DAY_SECONDS, the result is the same

Change-Id: Iec161fc2de626c99c1aabf80ab1d3243eac602d9
2012-03-18 10:09:08 +01:00
..
include Introduce gmtime.c and use it in the AS3514 RTC driver 2012-03-11 22:10:54 +01:00
atoi.c
ctype.c
errno.c
gmtime.c gmtime: avoid a modulus 2012-03-18 10:09:08 +01:00
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