assignment(=) Interface

public interface assignment(=)

Calls

interface~~assignment(=)~~CallsGraph interface~assignment(=) assignment(=) proc~int4_from_string int4_from_string interface~assignment(=)->proc~int4_from_string proc~int8_from_string int8_from_string interface~assignment(=)->proc~int8_from_string interface~bin2int bin2int proc~int4_from_string->interface~bin2int interface~oct2int oct2int proc~int4_from_string->interface~oct2int proc~int8_from_string->interface~bin2int proc~int8_from_string->interface~oct2int proc~bin_to_int8 bin_to_int8 interface~bin2int->proc~bin_to_int8 proc~bin_to_int4 bin_to_int4 interface~bin2int->proc~bin_to_int4 proc~oct_to_int8 oct_to_int8 interface~oct2int->proc~oct_to_int8 proc~oct_to_int4 oct_to_int4 interface~oct2int->proc~oct_to_int4

Contents


Module Procedures

public subroutine int4_from_string(lhs, rhs)

Get integer of kind 4 from the string which might contain either octal or binary number

Arguments

Type IntentOptional AttributesName
integer(kind=4), intent(out) :: lhs
character(len=*), intent(in) :: rhs

public subroutine int8_from_string(lhs, rhs)

Get integer of kind 8 from the string which might contain either octal or binary number

Arguments

Type IntentOptional AttributesName
integer(kind=8), intent(out) :: lhs
character(len=*), intent(in) :: rhs