zig/lib/c
Andrew Kelley 6d52678a6c zig libc malloc: skip export when unit testing
These functions can only be exported when external libc components are
available due to the errno location dependency. Note that even when zig
libc is complete, on Windows, errno location will always be external (in
ucrtbase.dll).
2026-02-12 13:14:51 -08:00
..
stdlib zig libc: simplify implementation 2026-02-11 07:58:11 +01:00
sys zig libc: simplify implementation 2026-02-11 07:58:11 +01:00
ctype.zig zig libc: simplify implementation 2026-02-11 07:58:11 +01:00
inttypes.zig zig libc: simplify implementation 2026-02-11 07:58:11 +01:00
malloc.zig zig libc malloc: skip export when unit testing 2026-02-12 13:14:51 -08:00
math.zig zig libc: exp10, exp10f, pow10, pow10f (#31163) 2026-02-11 19:39:40 +01:00
stdlib.zig zig libc: simplify implementation 2026-02-11 07:58:11 +01:00
string.zig zig libc: simplify implementation 2026-02-11 07:58:11 +01:00
strings.zig zig libc: simplify implementation 2026-02-11 07:58:11 +01:00
unistd.zig std.posix: remove close function 2026-02-11 23:37:31 +01:00
wchar.zig zig libc: simplify implementation 2026-02-11 07:58:11 +01:00