We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pub
1 parent b8f85a8 commit b3e4832Copy full SHA for b3e4832
src/libc_installation.zig
@@ -523,7 +523,7 @@ pub const CCPrintFileNameOptions = struct {
523
};
524
525
/// caller owns returned memory
526
-pub fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 {
+fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 {
527
const allocator = args.allocator;
528
529
const cc_exe = std.os.getenvZ("CC") orelse default_cc_exe;
0 commit comments