1 2 3 4
/* wildmatch.h */ int wildmatch(const char *pattern, const char *text); int iwildmatch(const char *pattern, const char *text);