phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
tcc_set_error_func
deimos
libtcc
Set error/warning display callback
extern (
C
) nothrow @
nogc
pure
void
tcc_set_error_func
(
scope
TCCState
*
s
,
void
*
error_opaque
,
void
function
(
void
*
opaque
,
const
char
*
msg
)
error_func
)
Meta
Source
See Implementation
deimos
libtcc
enums
TCC_OUTPUT_MEMORY
functions
tcc_add_file
tcc_add_include_path
tcc_add_library
tcc_add_library_path
tcc_add_symbol
tcc_add_sysinclude_path
tcc_compile_string
tcc_define_symbol
tcc_delete
tcc_get_symbol
tcc_new
tcc_output_file
tcc_relocate
tcc_run
tcc_set_error_func
tcc_set_lib_path
tcc_set_options
tcc_set_output_type
tcc_undefine_symbol
manifest constants
TCC_RELOCATE_AUTO
structs
TCCState
Set error/warning display callback