bytes_to_string Subroutine

private pure subroutine bytes_to_string(b, s)

Arguments

Type IntentOptional Attributes Name
integer(kind=int8), intent(in) :: b(:)
character(len=:), intent(out), allocatable :: s