Commit de019412 authored by Wayne Davison's avatar Wayne Davison

Tweaked the name of the first arg to wildmatch().

parent d802ea54
/* wildmatch.h */
int wildmatch(const char *p, const char *text);
int wildmatch(const char *pattern, const char *text);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment