zig/lib/c
David 2c241b263c
Introduce common bzero libc implementation. (#23812)
* Introduce common `bzero` libc implementation.

* Update test name according to review

Co-authored-by: Linus Groh <mail@linusgroh.de>

* address code review

- import common implementation when musl or wasi is included
- don't use `c_builtins`, use `@memset`

* bzero calling conv to .c

* Apply review

Co-authored-by: Veikka Tuominen <git@vexu.eu>

---------

Co-authored-by: Linus Groh <mail@linusgroh.de>
Co-authored-by: Veikka Tuominen <git@vexu.eu>
2025-05-10 10:37:21 +02:00
..
common.zig Introduce libzigc for libc function implementations in Zig. 2025-04-11 17:12:31 +02:00
string.zig Introduce libzigc for libc function implementations in Zig. 2025-04-11 17:12:31 +02:00
strings.zig Introduce common bzero libc implementation. (#23812) 2025-05-10 10:37:21 +02:00