[libc-commits] [libc] [libc] add wmemchr, wcslen, wcschr, wcsrchr, wcspbrk, wcsstr (PR #121183)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon Jan 6 13:25:43 PST 2025


https://github.com/michaelrj-google commented:

in general we don't allow including and using libc functions by their public names within our code. The recommended pattern is to take pieces that are going to be reused and put them in a utility file. See string utils for an example: https://github.com/llvm/llvm-project/blob/main/libc/src/string/string_utils.h

https://github.com/llvm/llvm-project/pull/121183


More information about the libc-commits mailing list