rockbox/firmware/libc
Michael Sevakis 17a007bc60 Add normal alloca() definition and implement a strdupa and friends
Change-Id: I21c9c21fd664fb11bc8496ace4a389f535a030d6
2014-08-29 22:06:59 -04:00
..
include Add normal alloca() definition and implement a strdupa and friends 2014-08-29 22:06:59 -04:00
atoi.c
ctype.c
errno.c Base scheduler queues off linked lists and do cleanup/consolidation 2014-08-16 05:15:37 -04:00
gmtime.c gmtime: avoid a modulus 2012-03-18 10:09:08 +01:00
memchr.c
memcmp.c
mktime.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
qsort.c
random.c
sprintf.c
sscanf.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strncmp.c
strrchr.c
strstr.c
strtok.c