Unroll x86-64 strlen
[glibc.git] / include / glob.h
blob821568e1fe57de93357f5ad734f925ecfeaacefd
1 #ifndef _GLOB_H
2 #include <posix/glob.h>
4 libc_hidden_proto (glob)
5 libc_hidden_proto (glob64)
6 libc_hidden_proto (globfree)
7 libc_hidden_proto (globfree64)
9 /* Now define the internal interfaces. */
10 extern int __glob_pattern_p (__const char *__pattern, int __quote);
11 extern int __glob64 (__const char *__pattern, int __flags,
12 int (*__errfunc) (__const char *, int),
13 glob64_t *__pglob);
15 #endif