pub fn addConfigHeader(translate_c: *TranslateC, config_header: *Step.ConfigHeader) void
pub fn addConfigHeader(translate_c: *TranslateC, config_header: *Step.ConfigHeader) void { const graph = translate_c.step.owner.graph; const arena = graph.arena; translate_c.include_dirs.append(arena, .{ .config_header_step = config_header }) catch @panic("OOM"); translate_c.step.dependOn(&config_header.step); }