diff options
author | William Wilgus <wilgus.william@gmail.com> | 2022-11-14 10:01:14 -0500 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2022-11-15 00:56:01 -0400 |
commit | b25a9d8f99b75570d18ea64602de7fe48da612d6 (patch) | |
tree | f9d4217317e9a6e44d79e6fbf4fcbf7355932f93 /firmware/SOURCES | |
parent | 034b6d5bfb5bdedaf843079a02ff6df31488f394 (diff) | |
download | rockbox-b25a9d8f99b75570d18ea64602de7fe48da612d6.tar.gz rockbox-b25a9d8f99b75570d18ea64602de7fe48da612d6.zip |
add memccpy.c
Not sure if this is worth the added bin size yet but I will
see where I can use it to try and make it worth it
Change-Id: Icc299d3986172ff224a14be48da3bf065d728a66
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 76d6cee921..94a986c9f8 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES | |||
@@ -262,6 +262,7 @@ libc/ctype.c | |||
262 | libc/sprintf.c | 262 | libc/sprintf.c |
263 | #endif | 263 | #endif |
264 | 264 | ||
265 | libc/memccpy.c | ||
265 | libc/memchr.c | 266 | libc/memchr.c |
266 | libc/memcmp.c | 267 | libc/memcmp.c |
267 | 268 | ||