Full fnmatch.h definition
This commit is contained in:
parent
56e893f721
commit
3f038d9a52
1 changed files with 11 additions and 0 deletions
11
include/fnmatch.h
Normal file
11
include/fnmatch.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef _FNMATCH_H
|
||||
#define _FNMATCH_H
|
||||
|
||||
#define FNM_NOMATCH 0
|
||||
#define FNM_PATHNAME 1
|
||||
#define FNM_PERIOD 2
|
||||
#define FNM_NOESCAPE 3
|
||||
|
||||
int fnmatch(const char *, const char *, int);
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue