[libc][NFC] Move bzero_inline to separate file
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 26 Sep 2022 12:57:21 +0000 (12:57 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 26 Sep 2022 12:57:51 +0000 (12:57 +0000)
commitaec908f9b248b27cb44217081c54e2c00604dff7
tree2f47484c407349fa8ac435c106d4206a673e5f45
parent2188cf9fa4d012b3ce484f9e97b66581569c1157
[libc][NFC] Move bzero_inline to separate file
This allows for easier discovery.
libc/src/string/CMakeLists.txt
libc/src/string/bzero.cpp
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/bzero_implementations.h [new file with mode: 0644]
libc/src/string/memory_utils/memset_implementations.h
libc/src/string/stpncpy.cpp
libc/src/string/string_utils.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel