2.9
[glibc/nacl-glibc.git] / conform / data / fnmatch.h-data
blobef34fc4e046b58f6ab15e7b238ac229ecbdbfd58
1 #ifndef ISO
2 constant FNM_NOMATCH
3 constant FNM_PATHNAME
4 constant FNM_PERIOD
5 constant FNM_NOESCAPE
6 constant FNM_NOSYS
8 function int fnmatch (const char*, const char*, int)
10 allow FNM_*
11 allow *_t
12 #endif