PLplot
5.13.0
|
Public Member Functions | |
subroutine | character_array_to_c (cstring_array, cstring_address, character_array) |
subroutine | copystring2f (fstring, cstring) |
Definition at line 85 of file plplot_small_modules.f90.
subroutine plplot_private_utilities::character_array_to_c | ( | character(len=1), dimension(:,:), intent(out), allocatable, target | cstring_array, |
type(c_ptr), dimension(:), intent(out), allocatable | cstring_address, | ||
character(len=*), dimension(:), intent(in) | character_array | ||
) |
Definition at line 92 of file plplot_small_modules.f90.
subroutine plplot_private_utilities::copystring2f | ( | character(len=*), intent(out) | fstring, |
character(len=1), dimension(:), intent(in) | cstring | ||
) |
Definition at line 121 of file plplot_small_modules.f90.