Correctly handle m68k long double format.
[glibc/pb-stable.git] / include / glob.h
blobd248cf6bc191caafc45941f9622810e24d8434a0
1 #ifndef _GLOB_H
2 #include <posix/glob.h>
4 /* Now define the internal interfaces. */
5 extern int __glob_pattern_p (__const char *__pattern, int __quote);
6 extern int __glob64 (__const char *__pattern, int __flags,
7 int (*__errfunc) (__const char *, int),
8 glob64_t *__pglob);
10 #endif