tcc_set_error_func

Set error/warning display callback

extern (C) nothrow @nogc pure
void
tcc_set_error_func
(
scope TCCState* s
,,
void function
(
void* opaque
,
const char* msg
)
error_func
)

Meta