llvm-project/libc
Michael Jones 9b6f8b985c [libc] add stpcpy and stpncpy
Adds an implementation for stpcpy and stpncpy, which are posix extension
functions.

Reviewed By: sivachandra, lntue

Differential Revision: https://reviews.llvm.org/D111913
2021-11-04 11:39:26 -07:00
..
AOR_v20.02
benchmarks [libc] automemcpy 2021-10-28 11:10:15 +00:00
cmake/modules
config [libc] add stpcpy and stpncpy 2021-11-04 11:39:26 -07:00
docs
fuzzing [libc][NFC] Move utils/CPP to src/__support/CPP. 2021-10-28 15:50:00 +00:00
include
lib
loader
spec [libc] add stpcpy and stpncpy 2021-11-04 11:39:26 -07:00
src [libc] add stpcpy and stpncpy 2021-11-04 11:39:26 -07:00
test [libc] add stpcpy and stpncpy 2021-11-04 11:39:26 -07:00
utils [libc] Add more robust compile time architecture detection 2021-11-02 11:00:33 +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.