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
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 Add an advanced build option to force compiling and linking our reduced C library (probably useful for the sim). 2010-06-22 18:34:03 +00:00
strcpy.c
strncmp.c
strrchr.c
strstr.c
strtok.c