f_c_string Function

public pure function f_c_string(f_string) result(c_string)

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

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: f_string

Fortran 字符串

Return Value character


Called by

proc~~f_c_string~~CalledByGraph proc~f_c_string f_c_string interface~operator(.fc.) operator(.fc.) interface~operator(.fc.)->proc~f_c_string

Contents

None