tcc_run

Link and run main() function and return its value. DO NOT call tcc_relocate() before.

extern (C) nothrow @nogc
int
tcc_run
(
scope TCCState* s
,
int argc
,
char** argv
)

Meta