aboutsummaryrefslogtreecommitdiff
path: root/conform/data/fnmatch.h-data
blob: e63a46936dabcc80ea2ba03d2910b9c38d64cebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23
constant FNM_NOMATCH
constant FNM_PATHNAME
constant FNM_PERIOD
constant FNM_NOESCAPE
#if !defined POSIX && !defined XOPEN2K8 && !defined POSIX2008
constant FNM_NOSYS
#endif

function int fnmatch (const char*, const char*, int)

allow FNM_*
allow *_t
#endif