FMS
2024.03
Flexible Modeling System
|
Private c function that finds a string in a SORTED array of c pointers. More...
Private 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.
|
private |
[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.