c_cortex_connect_tcp Interface

interface
private function c_cortex_connect_tcp(host, port) result(fd) bind(C, name="cortex_connect_tcp"))

Arguments

Type IntentOptional Attributes Name
character(kind=c_char, len=1), intent(in) :: host(*)
integer(kind=c_int), value :: port

Return Value integer(kind=c_int)