Hi,<div><br></div><div>I want to send some c file to clang but NOT through the command prompt. My question is, is there a function in the clang code that I could pass the c file to directly to and then that function will compile my code? Essentially, I want to pass the c file directly to some clang function that'll give me the output file but without going through the command prompt. </div>
<div><br></div><div>Thanks</div>