operator(.fc.) Interface

public interface operator(.fc.)

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

Calls

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

Contents


Module Procedures

public pure function f_c_string(f_string) result(c_string)

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

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: f_string

Fortran 字符串

Return Value character