blob: ef34fc4e046b58f6ab15e7b238ac229ecbdbfd58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef ISO
constant FNM_NOMATCH
constant FNM_PATHNAME
constant FNM_PERIOD
constant FNM_NOESCAPE
constant FNM_NOSYS
function int fnmatch (const char*, const char*, int)
allow FNM_*
allow *_t
#endif
|