Procedures

ProcedureLocationProcedure TypeDescription
f_c_stringeasy_string_mFunction

将 Fortran 字符串转换为 C 字符串

operator(.fc.)easy_string_mInterface

将 Fortran 字符串转换为 C 字符串

to_lowereasy_string_mFunction

Make a string lowercase

to_stringeasy_string_mInterface

将其他类型转化为字符串

to_uppereasy_string_mFunction

Make a string uppercase

call~~graph~~CallGraph proc~to_upper to_upper proc~to_lower to_lower interface~operator(.fc.) operator(.fc.) proc~f_c_string f_c_string interface~operator(.fc.)->proc~f_c_string interface~to_string to_string
Help