llvm-project/libc
Michael Jones 9e9803bf82 [libc] Add strncat and fix strcat
This adds strncat to llvm libc. In addition, an error was found with
strcat and that was fixed.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D111583
2021-10-12 18:18:18 +00:00
..
AOR_v20.02
benchmarks [libc] move benchmark function registration to a different file 2021-09-30 13:11:33 +00:00
cmake/modules
config [libc] Add strncat and fix strcat 2021-10-12 18:18:18 +00:00
docs
fuzzing
include
lib
loader
spec
src [libc] Add strncat and fix strcat 2021-10-12 18:18:18 +00:00
test [libc] Add strncat and fix strcat 2021-10-12 18:18:18 +00:00
utils [libc][NFC] Add supporting class for atof implementation 2021-10-04 21:08:02 +00:00
CMakeLists.txt
LICENSE.TXT
README.txt

README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.