file_t Interface

public interface file_t

Calls

interface~~file_t~~CallsGraph interface~file_t file_t proc~open_file open_file interface~file_t->proc~open_file

Module Procedures

private function open_file(filename) result(f)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename

Return Value type(file_t)