cptr_array_from_cchar_no_null Subroutine

public subroutine cptr_array_from_cchar_no_null(c_words, ptr_array)

Arguments

Type IntentOptional Attributes Name
character(kind=c_char, len=*), intent(in), target :: c_words(:)
type(c_ptr), intent(out), allocatable :: ptr_array(:)

Contents