mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
A GNU extension that returns dst + size instead of dst. It's a nice shortcut when copying strings with a known size or back-to-back blocks and you have to do it often. May of course be called directly or alternately through __builtin_mempcpy in some compiler versions. For ASM on native targets, it is implemented as an alternate entrypoint to memcpy which adds minimal code and overhead. Change-Id: I4cbb3483f6df3c1007247fe0a95fd7078737462b |
||
|---|---|---|
| .. | ||
| 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 | ||