tcc_add_file

Add a file (C file, dll, object, library, ld script). Return -1 if error.

extern (C) nothrow @nogc pure
int
tcc_add_file
(
scope TCCState* s
,
scope const char* filename
)

Meta