phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
TCC.addFile
tcc
TCC
Add a file (C file, dll, object, library, ld script). Return -1 if error.
int
addFile
(char[] filename)
struct
TCC
pure scope @
trusted
int
addFile
(
in
char
[]
filename
)
int
addFile
(FilePath path)
Meta
Source
See Implementation
tcc
TCC
aliases
ErrorFunc
compileAndRun
destructors
~this
enums
OutputType
functions
addFile
addIncludePath
addLibrary
addLibraryPath
addSymbol
addSystemIncludePath
compile
defineSymbol
eval
getSymbolMaybe
outputFile
relocate
run
setErrorFunction
setLibraryPath
setOptions
setOutputType
undefineSymbol
manifest constants
RELOCATE_AUTO
postblits
this(this)
variables
_state
Add a file (C file, dll, object, library, ld script). Return -1 if error.