ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.N.bs.tar.gz#/djgpp/include/fnmatch.h

This is fnmatch.h in view mode; [Download] [Up]

#ifndef	FNM_PATHNAME
#define FNM_PATHNAME (1 << 0)
#endif

#ifndef	FNM_QUOTE
#define FNM_QUOTE (1 << 1)
#endif

#ifndef	FNM_NOMATCH
#define FNM_NOMATCH 1
#endif

#ifndef	FNM_ERROR
#define FNM_ERROR 2
#endif

#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.