std › posix.use_libcuse_libcWhether to use libc for the POSIX API layer. SourceImplementation#const use_libc = builtin.link_libc or switch (native_os) { .windows, .wasi => true, else => false, }