MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / LLVM_LIBC_FUNCTION

Function LLVM_LIBC_FUNCTION

system/lib/llvm-libc/src/strings/bzero.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace LIBC_NAMESPACE_DECL {
15
16LLVM_LIBC_FUNCTION(void, bzero, (void *ptr, size_t count)) {
17 inline_bzero(reinterpret_cast<char *>(ptr), count);
18}
19
20} // namespace LIBC_NAMESPACE_DECL

Callers

nothing calls this directly

Calls 1

inline_bzeroFunction · 0.85

Tested by

no test coverage detected