FMS 2025.01.02-dev
Flexible Modeling System
|
Finds the length of a C-string. More...
Public Member Functions | |
integer(c_size_t) pure function | c_strlen (s) |
Finds the length of a C-string.
Definition at line 97 of file fms_string_utils.F90.
integer(c_size_t) pure function c_strlen | ( | type(c_ptr), intent(in), value | s | ) |
[in] | s | A C-string whose size is desired |
Definition at line 97 of file fms_string_utils.F90.