Toggle navigation
Libpq-Fortran
Readme
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
c_to_f_charpointer_with_length
Function
MIT
9 statements
Source File
character_operations_m.f90
character_operations_m
c_to_f_charpointer_with_length
Contents
public function c_to_f_charpointer_with_length(char_cptr, length) result(res)
Uses
iso_c_binding
iso_fortran_env
Arguments
Type
Intent
Optional
Attributes
Name
type(c_ptr),
intent(in)
::
char_cptr
integer(kind=int32)
::
length
Return Value
character(kind=c_char, len=length), pointer
Contents