glibc/include/glob.h

8 lines
166 B
C
Raw Normal View History

#ifndef _GLOB_H
1995-02-18 01:27:10 +00:00
#include <posix/glob.h>
/* Now define the internal interfaces. */
extern int __glob_pattern_p __P ((__const char *__pattern, int __quote));
#endif