Files
clang-p2996/libc/config/linux
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
..
2023-04-06 17:48:28 +00: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
2023-03-20 16:36:21 -07:00