chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / conform / data / fnmatch.h-data
1 #ifndef ISO
2 constant FNM_NOMATCH
3 constant FNM_PATHNAME
4 constant FNM_PERIOD
5 constant FNM_NOESCAPE
6 constant FNM_NOSYS
7
8 function int fnmatch (const char*, const char*, int)
9
10 allow FNM_*
11 allow *_t
12 #endif