PWB1/usr/man/man3/gmatch.3

.th GMATCH III 5/31/77
.sh NAME
gmatch \*- match a string with a pattern (like glob(VIII))
.sh SYNOPSIS
.bd "gmatch(string,pattern)"
.br
.bd "char *string, *pattern;"
.sh DESCRIPTION
.it Gmatch
acts just like (is copied from) the
.it glob
command.
It returns zero on failure and one on success.
The characters
`?', `[' and `*' have the usual meanings.
.s3
This function is kept in the
.bd \-lPW
library.
.sh "SEE ALSO"
sh(I), glob(VIII)