len Interface

public interface len

Calls

interface~~len~~CallsGraph interface~len len proc~intlen intlen interface~len->proc~intlen proc~reallen reallen interface~len->proc~reallen interface~tostr tostr proc~intlen->interface~tostr proc~real_to_str real_to_str proc~reallen->proc~real_to_str interface~tostr->proc~real_to_str proc~int_to_str int_to_str interface~tostr->proc~int_to_str proc~bool_to_str bool_to_str interface~tostr->proc~bool_to_str

Contents


Module Procedures

public function intlen(i) result(l)

Return the "string length of an integer"

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: i

Return Value integer

public function reallen(r) result(l)

Return the "string length of a real"

Arguments

Type IntentOptional AttributesName
real, intent(in) :: r

Return Value integer