LibC: Add FNM_CASEFOLD and FNM_IGNORECASE
These are part of POSIX issue 8
This commit is contained in:
@@ -11,6 +11,8 @@ __BEGIN_DECLS
|
||||
#define FNM_PATHNAME 0x01
|
||||
#define FNM_PERIOD 0x02
|
||||
#define FNM_NOESCAPE 0x04
|
||||
#define FNM_CASEFOLD 0x08
|
||||
#define FNM_IGNORECASE FNM_CASEFOLD
|
||||
|
||||
int fnmatch(const char* pattern, const char* string, int flags);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user