FMS 2025.01.02-dev
Flexible Modeling System
|
Private c function that finds a string in a SORTED array of c pointers. More...
Public Member Functions | |
type(c_ptr) function | fms_find_my_string_binding (my_pointer, p_size, string_to_find, nfound) |
Private c function that finds a string in a SORTED array of c pointers.
Definition at line 65 of file fms_string_utils.F90.
type(c_ptr) function fms_find_my_string_binding | ( | type(c_ptr), dimension(*), intent(in) | my_pointer, |
integer(kind=c_int), intent(in) | p_size, | ||
character(kind=c_char), dimension(*), intent(in) | string_to_find, | ||
integer(kind=c_int), intent(inout) | nfound | ||
) |
[in] | my_pointer | Array of sorted c pointer |
[in] | p_size | Size of the array |
[in] | string_to_find | String to find |
[in,out] | nfound | Number of times the array was found |
Definition at line 65 of file fms_string_utils.F90.