strlen_wrap Interface

interface
public pure function strlen_wrap(str) result(len) bind(c)

Arguments

Type IntentOptional Attributes Name
character(len=c_char), intent(in) :: str(*)

Return Value integer(kind=c_int)