42 lines
625 B
Modula-2
42 lines
625 B
Modula-2
LIBRARY libtcc.dll
|
|
|
|
EXPORTS
|
|
_tcc_error
|
|
_tcc_error_noabort
|
|
_tcc_warning
|
|
tcc_add_file
|
|
tcc_add_include_path
|
|
tcc_add_library
|
|
tcc_add_library_err
|
|
tcc_add_library_path
|
|
tcc_add_symbol
|
|
tcc_add_sysinclude_path
|
|
tcc_basename
|
|
tcc_compile_string
|
|
tcc_define_symbol
|
|
tcc_delete
|
|
tcc_enter_state
|
|
tcc_exit_state
|
|
tcc_fileextension
|
|
tcc_free
|
|
tcc_get_dllexports
|
|
tcc_get_error_func
|
|
tcc_get_error_opaque
|
|
tcc_get_symbol
|
|
tcc_list_symbols
|
|
tcc_malloc
|
|
tcc_mallocz
|
|
tcc_new
|
|
tcc_output_file
|
|
tcc_parse_args
|
|
tcc_print_stats
|
|
tcc_realloc
|
|
tcc_relocate
|
|
tcc_run
|
|
tcc_set_error_func
|
|
tcc_set_lib_path
|
|
tcc_set_options
|
|
tcc_set_output_type
|
|
tcc_strdup
|
|
tcc_undefine_symbol
|