aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/darwin.zig
blob: 87a9ed12ac8b47717b2d3bbdaa9ce0cc7e17ec6b (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: MIT
// Copyright (c) 2015-2021 Zig Contributors
// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
// The MIT license requires this copyright notice to be included in all copies
// and substantial portions of the software.
const builtin = @import("builtin");
const std = @import("../std.zig");
pub usingnamespace std.c;
pub usingnamespace @import("bits.zig");