e7f1a35f2ae850dae37cd029d20a4ed47c8a9cf6
   1/* wildmatch.h */
   2
   3int wildmatch(const char *pattern, const char *text);
   4int iwildmatch(const char *pattern, const char *text);
   5int wildmatch_array(const char *pattern, const char*const *texts, int where);
   6int litmatch_array(const char *string, const char*const *texts, int where);