Module Brzo_b0_c.Compile

val c_to_o : ?post_exec:(B000.Op.t -> unit) -> ?k:(int -> unit) -> ?args:B00_std.Cmd.t -> B00.Memo.t -> deps:B00_std.Fpath.t list -> c:B00_std.Fpath.t -> o:B00_std.Fpath.t -> unit

c_to_o m ~deps ~c ~o compiles c to the object file o assuming c depends on deps.