makpat Interface

public interface makpat

Contents


Module Procedures

private function makpat_(arg, from, delim, pat)

NAME

makpat(3f) - [M_MATCH] make pattern from arg(from), terminate on delim
(LICENSE:PD)

SYNOPSIS

integer function makpat(arg, from, delim, pat)

DESCRIPTION

make pattern from arg(from), terminate on delim

OPTIONS

EXAMPLE

AUTHOR

John S. Urban

REFERENCE

“Software Tools” by Kernighan and Plauger , 1976

LICENSE

Public Domain

Arguments

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

Return Value integer(kind=def)