from_file_with_string_name Module Procedure

module procedure from_file_with_string_name impure elemental module function from_file_with_string_name(file_name) result(file_object)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: file_name

Return Value type(file_t)


Calls

proc~~from_file_with_string_name~~CallsGraph proc~from_file_with_string_name from_file_with_string_name assert assert proc~from_file_with_string_name->assert none~string string_t%string proc~from_file_with_string_name->none~string interface~as_character string_t%as_character none~string->interface~as_character