oct2int Interface

public interface oct2int

Calls

interface~~oct2int~~CallsGraph interface~oct2int oct2int 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

Called by

interface~~oct2int~~CalledByGraph interface~oct2int oct2int proc~int4_from_string int4_from_string proc~int4_from_string->interface~oct2int proc~int8_from_string int8_from_string proc~int8_from_string->interface~oct2int interface~assignment(=) assignment(=) interface~assignment(=)->proc~int4_from_string interface~assignment(=)->proc~int8_from_string

Contents


Module Procedures

public subroutine oct_to_int4(r, octstr)

String of octal number converted to integer of kind 4

Arguments

Type IntentOptional AttributesName
integer(kind=4), intent(out) :: r
character(len=*) :: octstr

public subroutine oct_to_int8(r, octstr)

String of octal number converted to integer of kind 8

Arguments

Type IntentOptional AttributesName
integer(kind=8), intent(out) :: r
character(len=*) :: octstr