mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
Perhaps this was needed in the distant past, but these days GCC provides a working <stdint.h> for freestanding targets. Change-Id: I4f02f12058a13b6a086ccc52f02a12ce21a986c1 |
||
|---|---|---|
| .. | ||
| include | ||
| atoi.c | ||
| ctype.c | ||
| errno.c | ||
| gmtime.c | ||
| memccpy.c | ||
| memchr.c | ||
| memcmp.c | ||
| mktime.c | ||
| qsort.c | ||
| random.c | ||
| sprintf.c | ||
| sscanf.c | ||
| strcat.c | ||
| strchr.c | ||
| strcmp.c | ||
| strcpy.c | ||
| strcspn.c | ||
| strncmp.c | ||
| strrchr.c | ||
| strstr.c | ||
| strtol.c | ||
| strtoul.c | ||