Toggle navigation
Libpq-Fortran
Readme
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
cptr_array_from_cchar
Subroutine
MIT
13 statements
Source File
character_operations_m.f90
character_operations_m
cptr_array_from_cchar
Contents
public subroutine cptr_array_from_cchar(c_words, ptr_array)
Uses
iso_c_binding
Arguments
Type
Intent
Optional
Attributes
Name
character(kind=c_char, len=*),
intent(in),
target
::
c_words
(:)
type(c_ptr),
intent(out),
allocatable
::
ptr_array
(:)
Contents