luaL_loadfilex Interface

interface


Called by

interface~~lual_loadfilex~~CalledByGraph interface~lual_loadfilex luaL_loadfilex proc~flul_loadfile fluL_loadfile proc~flul_loadfile->interface~lual_loadfilex proc~aot_file_to_buffer aot_file_to_buffer proc~aot_file_to_buffer->proc~flul_loadfile proc~open_config_file open_config_file proc~open_config_file->proc~flul_loadfile program~test test program~test->proc~flul_loadfile proc~aot_path_open_table aot_path_open_table proc~aot_path_open_table->proc~open_config_file interface~aot_path_open aot_path_open interface~aot_path_open->proc~aot_path_open_table proc~aot_path_open_fun aot_path_open_fun interface~aot_path_open->proc~aot_path_open_fun proc~aot_path_open_fun->proc~aot_path_open_table

public function luaL_loadfilex(L, filename, mode) bind(c, name="luaL_loadfilex")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: L
character(kind=c_char, len=1), dimension(*) :: filename
character(kind=c_char, len=1), dimension(*) :: mode

Return Value integer(kind=c_int)