converts a c_char pointer array cStrPtr to a fortran string fStr
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in) | :: | cstrptr |
c pointer to a char* array |
||
character(len=*), | intent(out) | :: | fstr |
fortan string |