Welcome to mirror list, hosted at ThFree Co, Russian Federation.

wildmatch.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 562faa35a5d34eb14d60688b5a7441405baf2ac9 (plain)
1
2
3
4
/* wildmatch.h */

int wildmatch(const char *pattern, const char *text);
int iwildmatch(const char *pattern, const char *text);