FortranGIS  Version2.5
type(c_ptr_ptr) function c_ptr_ptr_new_from_fchar ( character(len=*), dimension(:)  fchar)

Constructor for a c_ptr_ptr object.

The argument is an array of Fortran character variables which will be trimmed and stored in the resulting object. The object can be passed to a C procedure as a char ** argument after applying the c_ptr_prt_getptr method, but it should not be modified by the C procedure.

Parameters
fchararray of characters that will compose the object

Definition at line 403 of file fortranc.F90.