tcc_compile_string

Compile a string containing a C source. Return -1 if error.

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

Meta