[libc] Add strstr implementation.
authorcgyurgyik <gyurgyikcp@gmail.com>
Tue, 21 Jul 2020 15:37:36 +0000 (11:37 -0400)
committercgyurgyik <gyurgyikcp@gmail.com>
Tue, 21 Jul 2020 15:39:23 +0000 (11:39 -0400)
commitd080635bfca25e66edd5c5dd333bbd1f8eb70a77
tree1be210117ba8addd5379f19da5846ff6aaa948aa
parent20157410862d376c624cc24bffd9730290a16142
[libc] Add strstr implementation.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D83956
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/src/string/CMakeLists.txt
libc/src/string/strstr.cpp [new file with mode: 0644]
libc/src/string/strstr.h [new file with mode: 0644]
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strstr_test.cpp [new file with mode: 0644]