• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (C) 1986-1991 Rich Salz <rsalz@osf.org>
3  *
4  */
5 
6 #ifndef __WILDMAT_H_
7 #define __WILDMAT_H_ 1
8 
9 __BEGIN_DECLS
10 
11 int wildmat(const char *text, const char *p);
12 int wildmatcase(const char *text, const char *p);
13 
14 __END_DECLS
15 
16 #endif /* __WILDMAT_H_ */
17