Function addTranslateC [src]
Prototype
pub fn addTranslateC(b: *Build, options: Step.TranslateC.Options) *Step.TranslateC
Parameters
b: *Build
options: Step.TranslateC.Options
Source
pub fn addTranslateC(b: *Build, options: Step.TranslateC.Options) *Step.TranslateC {
return Step.TranslateC.create(b, options);
}