strlen Interface

interface


Called by

interface~~strlen~~CalledByGraph interface~strlen c_interface_module::strlen proc~c_ptr_to_f_string c_interface_module::c_ptr_to_f_string proc~c_ptr_to_f_string->interface~strlen proc~f_string_to_c_ptr c_interface_module::f_string_to_c_ptr proc~f_string_to_c_ptr->interface~strlen proc~initialize_geopotential_model c_interface_module::initialize_geopotential_model proc~initialize_geopotential_model->proc~c_ptr_to_f_string proc~return_a_string c_interface_module::return_a_string proc~return_a_string->proc~f_string_to_c_ptr

private function strlen(str) result(isize) bind(C, name='strlen')

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: str

Return Value integer(kind=c_int)

Description

C string length