forked from len0rd/rockbox
This eliminates the dependence on a special struct since we were only using the modtime anyway. But it no longer fits any known standard APIs so I have converted it to our own extension instead. This can still be adapted to existing hosted APIs if the need arises. Change-Id: Ic8800698ddfd3a1a48b7cf921c0d0f865302d034 |
||
|---|---|---|
| .. | ||
| 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 | ||