Functions
inline fn isAtLeast(self: Os, comptime tag: Tag, version: anytype) ?bool
Checks if system is guaranteed to be at least
version
or older thanversion
….Checks if system is guaranteed to be at least
version
or older thanversion
. Returnsnull
if a runtime check is required.inline fn requiresLibC(os: Os) bool
On Darwin, we always link libSystem which contains libc. Similarly on FreeBSD a…
On Darwin, we always link libSystem which contains libc. Similarly on FreeBSD and NetBSD we always link system libc since this is the stable syscall interface.