b64_decode Interface

public interface b64_decode

Module Procedures

private subroutine b64_decode_int32(src, res)

Arguments

Type IntentOptional Attributes Name
character(len=*), target :: src
integer(kind=int32), intent(inout), target, allocatable :: res(:)

private subroutine b64_decode_int64(src, res)

Arguments

Type IntentOptional Attributes Name
character(len=*), target :: src
integer(kind=int64), intent(inout), target, allocatable :: res(:)

private subroutine b64_decode_real32(src, res)

Arguments

Type IntentOptional Attributes Name
character(len=*), target :: src
real(kind=real32), intent(inout), target, allocatable :: res(:)

private subroutine b64_decode_real64(src, res)

Arguments

Type IntentOptional Attributes Name
character(len=*), target :: src
real(kind=real64), intent(inout), target, allocatable :: res(:)

private subroutine b64_decode_char(src, res)

Arguments

Type IntentOptional Attributes Name
character(len=*), target :: src
character(len=:), intent(inout), target, allocatable :: res