[libc] wcsstr implementation (#142440)
Implemented wcsstr and tests. fixes #124348 --------- Co-authored-by: Sriya Pratipati <sriyap@google.com>
This commit is contained in:
@@ -373,6 +373,7 @@ set(TARGET_LIBC_ENTRYPOINTS
|
||||
libc.src.wchar.wmemcmp
|
||||
libc.src.wchar.wmempcpy
|
||||
libc.src.wchar.wmemcpy
|
||||
libc.src.wchar.wcsstr
|
||||
libc.src.wchar.wcsncat
|
||||
libc.src.wchar.wcscpy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user