llvm-project/libc/src
Siva Chandra Reddy 188f72ab20 [libc] Move implementations of strcat and strcpy to the string directory.
Summary:
Now that tests live in separate top-level directory, keeping the
implementations of individual functions in a directory of their own is
not meaningful. Hence, this change moves them into the higher level
string directory.

NFC intended.

Reviewers: MaskRay

Subscribers: mgorny, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D72295
2020-01-06 22:20:42 -08:00
..
__support Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
errno [libc] Move all tests to a top level `test` directory. 2020-01-06 10:14:43 -08:00
math Illustrate a redirector using the example of round function from math.h. 2019-11-01 11:06:12 -07:00
string [libc] Move implementations of strcat and strcpy to the string directory. 2020-01-06 22:20:42 -08:00
sys [libc] Move all tests to a top level `test` directory. 2020-01-06 10:14:43 -08:00
unistd Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
CMakeLists.txt Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00