Toggle navigation
Libpq-Fortran
Readme
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
cchar_array_from_strings
Subroutine
MIT
15 statements
Source File
character_operations_m.f90
character_operations_m
cchar_array_from_strings
Contents
public subroutine cchar_array_from_strings(words, c_words, max_length)
Uses
iso_fortran_env
iso_c_binding
Arguments
Type
Intent
Optional
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