Toggle navigation
Libpq-Fortran
Readme
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
c_char_to_f_string
Subroutine
MIT
30 statements
Source File
character_operations_m.f90
character_operations_m
c_char_to_f_string
Contents
public subroutine c_char_to_f_string(cptr, str)
Uses
iso_c_binding
iso_fortran_env
Arguments
Type
Intent
Optional
Attributes
Name
type(c_ptr),
intent(in)
::
cptr
character(len=:),
intent(out),
allocatable
::
str
Contents