- tcc_add_file
int tcc_add_file(TCCState* s, char* filename)
- tcc_add_include_path
int tcc_add_include_path(TCCState* s, char* pathname)
- tcc_add_library
int tcc_add_library(TCCState* s, char* libraryname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_add_library_path
int tcc_add_library_path(TCCState* s, char* pathname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_add_symbol
int tcc_add_symbol(TCCState* s, char* name, void* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_add_sysinclude_path
int tcc_add_sysinclude_path(TCCState* s, char* pathname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_compile_string
int tcc_compile_string(TCCState* s, char* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_define_symbol
void tcc_define_symbol(TCCState* s, char* sym, char* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_delete
void tcc_delete(TCCState* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_get_symbol
void* tcc_get_symbol(TCCState* s, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_new
TCCState* tcc_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_output_file
int tcc_output_file(TCCState* s, char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_relocate
int tcc_relocate(TCCState* s1, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_run
int tcc_run(TCCState* s, int argc, char** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_set_error_func
void tcc_set_error_func(TCCState* s, void* error_opaque, void function(void* opaque, in char* msg) error_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_set_lib_path
void tcc_set_lib_path(TCCState* s, char* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_set_options
int tcc_set_options(TCCState* s, char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tcc_set_output_type
int tcc_set_output_type(TCCState* s, int output_type)
- tcc_undefine_symbol
void tcc_undefine_symbol(TCCState* s, char* sym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.