| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| f_c_string | easy_string_m | Function | 将 Fortran 字符串转换为 C 字符串 |
| operator(.fc.) | easy_string_m | Interface | 将 Fortran 字符串转换为 C 字符串 |
| to_lower | easy_string_m | Function | Make a string lowercase |
| to_string | easy_string_m | Interface | 将其他类型转化为字符串 |
| to_upper | easy_string_m | Function | Make a string uppercase |