TCC.outputFile

Output an executable, library or object file. DO NOT call relocate() before.

  1. int outputFile(char[] filename)
    struct TCC
    scope @trusted
    int
    outputFile
    (
    in char[] filename
    )
  2. int outputFile(FilePath filename)

Meta