Caslyn Tonelli a1e4f1d006 [libc] Add strxfrm Implementation
Introduce `strxfrm` and unit tests. The current implementation is
introduced without locale support.

The simplified function performs a `memcpy` if the `n` value is large
enough to store the source len + '\0', otherwise `dest` is unmodified.

Ticket: https://fxbug.dev/124217

Differential Revision: https://reviews.llvm.org/D147478
2023-04-07 00:09:22 +00:00
..
2020-07-16 21:53:45 +02:00
2023-04-07 00:09:22 +00:00
2023-03-29 12:49:29 -07:00
2023-04-06 17:48:28 +00:00
2023-04-07 00:09:22 +00:00
2023-04-07 00:09:22 +00:00

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.