/usr/include/ClearSilver/util/wildmat.h is in clearsilver-dev 0.10.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /*
* Copyright (C) 1986-1991 Rich Salz <rsalz@osf.org>
*
*/
#ifndef __WILDMAT_H_
#define __WILDMAT_H_ 1
__BEGIN_DECLS
int wildmat(const char *text, const char *p);
int wildmatcase(const char *text, const char *p);
__END_DECLS
#endif /* __WILDMAT_H_ */
|