string_to_bytes Subroutine

private pure subroutine string_to_bytes(s, b)

Arguments

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