[libc] This adds the strcmp (string compare) implementation.
authorcgyurgyik <gyurgyikcp@gmail.com>
Fri, 19 Jun 2020 20:05:26 +0000 (16:05 -0400)
committercgyurgyik <gyurgyikcp@gmail.com>
Fri, 19 Jun 2020 20:09:44 +0000 (16:09 -0400)
commit05e1612c4345353680752bad23eb52eba3ab51a3
tree82748e5edde632b609df4dccd6b04eb6e012ec0f
parentaf4f2eb476361e6da42d6f66a68cada763625c32
[libc] This adds the strcmp (string compare) implementation.
Reviewed-by: sivachandra
Differential Revision: https://reviews.llvm.org/D82134
libc/config/linux/x86_64/entrypoints.txt
libc/src/string/CMakeLists.txt
libc/src/string/strcmp.cpp [new file with mode: 0644]
libc/src/string/strcmp.h [new file with mode: 0644]
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strcmp_test.cpp [new file with mode: 0644]