| author | |
| committer | |
| log | 7015d84e0ca6f02fede45621571084df98dda712 |
| tree | d74ff50cc58ad7ac41289c96ef87c0f3a397cefb |
| parent | 4e63cae369ec6e333e4aecb3d749bedff6484ee3 |
4 files changed, 0 insertions(+), 20 deletions(-)
lib/std/special/init-exe/build.zig-5| ... | ... | @@ -1,8 +1,3 @@ |
| 1 | // SPDX-License-Identifier: MIT | |
| 2 | // Copyright (c) 2015-2020 Zig Contributors | |
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | |
| 4 | // The MIT license requires this copyright notice to be included in all copies | |
| 5 | // and substantial portions of the software. | |
| 6 | 1 | const Builder = @import("std").build.Builder; |
| 7 | 2 | |
| 8 | 3 | pub fn build(b: *Builder) void { |
lib/std/special/init-exe/src/main.zig-5| ... | ... | @@ -1,8 +1,3 @@ |
| 1 | // SPDX-License-Identifier: MIT | |
| 2 | // Copyright (c) 2015-2020 Zig Contributors | |
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | |
| 4 | // The MIT license requires this copyright notice to be included in all copies | |
| 5 | // and substantial portions of the software. | |
| 6 | 1 | const std = @import("std"); |
| 7 | 2 | |
| 8 | 3 | pub fn main() anyerror!void { |
lib/std/special/init-lib/build.zig-5| ... | ... | @@ -1,8 +1,3 @@ |
| 1 | // SPDX-License-Identifier: MIT | |
| 2 | // Copyright (c) 2015-2020 Zig Contributors | |
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | |
| 4 | // The MIT license requires this copyright notice to be included in all copies | |
| 5 | // and substantial portions of the software. | |
| 6 | 1 | const Builder = @import("std").build.Builder; |
| 7 | 2 | |
| 8 | 3 | pub fn build(b: *Builder) void { |
lib/std/special/init-lib/src/main.zig-5| ... | ... | @@ -1,8 +1,3 @@ |
| 1 | // SPDX-License-Identifier: MIT | |
| 2 | // Copyright (c) 2015-2020 Zig Contributors | |
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | |
| 4 | // The MIT license requires this copyright notice to be included in all copies | |
| 5 | // and substantial portions of the software. | |
| 6 | 1 | const std = @import("std"); |
| 7 | 2 | const testing = std.testing; |
| 8 | 3 |