1 2 3 4 5 6 7 8
#ifndef SIMPLE_FNMATCH_H #define SIMPLE_FNMATCH_H #define FNM_NOMATCH 1 int simple_fnmatch(const char *pattern, const char *string); #endif /* !SIMPLE_FNMATCH_H */