getpat Interface

public interface getpat

Contents


Module Procedures

private function getpat_(arg, pat)

NAME

getpat(3f) - [M_MATCH] convert str into pattern
(LICENSE:PD)

SYNOPSIS

integer function getpat(str, pat)

DESCRIPTION

convert str into pattern

OPTIONS

EXAMPLE

AUTHOR

John S. Urban

REFERENCE

“Software Tools” by Kernighan and Plauger , 1976

LICENSE

Public Domain

Arguments

Type IntentOptional Attributes Name
integer(kind=def) :: arg(maxarg)
integer(kind=def) :: pat(maxpat)

Return Value integer(kind=def)

private function getpat__(arg_str, pat)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: arg_str
integer(kind=def), intent(out) :: pat(maxpat)

Return Value integer(kind=def)