cchar_array_from_strings Subroutine

public subroutine cchar_array_from_strings(words, c_words, max_length)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: words(:)
character(kind=c_char, len=max_length+1), intent(out), allocatable, target :: c_words(:)
integer(kind=int32), intent(in) :: max_length

Contents