repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
glob.h
blob
fce761869d21fd54e9ce1d307bda153220a55d12
1
#ifndef _GLOB_H
2
#include <posix/glob.h>
3
4
/* Now define the internal interfaces. */
5
extern
int
__glob_pattern_p
(
__const
char
*
__pattern
,
int
__quote
);
6
7
#endif