FMS  2024.03
Flexible Modeling System
c_strlen Interface Reference

Finds the length of a C-string. More...

Private Member Functions

integer(c_size_t) pure function c_strlen (s)
 

Detailed Description

Finds the length of a C-string.

Definition at line 97 of file fms_string_utils.F90.

Constructor & Destructor Documentation

◆ c_strlen()

integer(c_size_t) pure function c_strlen ( type(c_ptr), intent(in), value  s)
private
Parameters
[in]sA C-string whose size is desired

Definition at line 97 of file fms_string_utils.F90.


The documentation for this interface was generated from the following file: