init_signal_ext_if Interface

interface
private function init_signal_ext_if(fct_ptr_to_ext, cfg_len, cfg_str, c_pt, sign_ptr, n) bind(C)

Arguments

Type IntentOptional Attributes Name
type(c_funptr), value :: fct_ptr_to_ext
integer(kind=c_int), value :: cfg_len
character(len=*) :: cfg_str
type(c_ptr) :: c_pt
type(c_funptr) :: sign_ptr
integer(kind=c_int), value :: n

Return Value logical