zig/lib/c
GasInfinity 06d05decae
feat(libzigc): add wcstok and reuse more std.mem code
* also makes `wcpncpy`/`wcsncpy` pad the buffer with zeroes as required
  by the standard
2026-01-17 21:42:40 +01:00
..
stdlib feat(libzigc): avoid division/multiplication in drand48 and erand48 2026-01-14 23:48:07 +01:00
common.zig compiler-rt, zigc: Use hidden visibility except when testing. 2025-05-19 00:22:03 +02:00
ctype.zig fix(libzigc): properly handle EOF in ctype 2026-01-13 05:58:41 +01:00
inttypes.zig feat(libzigc): add div, ldiv, lldiv and imaxdiv 2026-01-07 21:53:40 +01:00
math.zig libc -> libzigc: copysign 2026-01-10 00:09:54 +01:00
stdlib.zig feat(libzigc): implement the drand48 family 2026-01-14 13:14:33 +01:00
string.zig compiler-rt: move strlen from libzigc to here 2025-08-30 06:36:41 +02:00
strings.zig Introduce common bzero libc implementation. (#23812) 2025-05-10 10:37:21 +02:00
wchar.zig feat(libzigc): add wcstok and reuse more std.mem code 2026-01-17 21:42:40 +01:00