Plan 9 from Bell Labs’s /usr/web/sources/patch/ape-fnmatch/fnmatch.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


/* IEEE Std 1003.1, 2004 Edition, Issue 4. Derived from the ISO POSIX-2 standard. */
#ifndef	__FNMATCH_H
#define	__FNMATCH_H
#ifndef _POSIX_SOURCE
   This header file is not defined in pure ANSI
#endif

#pragma lib "/$M/lib/ape/libap.a"

#define FNM_NOESCAPE	1
#define FNM_PATHNAME	2
#define FNM_PERIOD	4

#define FNM_NOMATCH	1
#define FNM_NOSYS	2

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

#endif

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.