disp Interface

public interface disp

Contents


Module Procedures

public subroutine printChar(char)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: char

public subroutine printReal64(re64)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: re64

public subroutine printReal32(re32)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in) :: re32

public subroutine printint64(in64)

Arguments

Type IntentOptional AttributesName
integer(kind=int64), intent(in) :: in64

public subroutine printint32(in32)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: in32