Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
117bb44df0d8c7614d814ebb7e81f60e2ea42159
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
include
/
fnmatch.h
blob: 9ef8150eda56a3e8ad2e8a09400fdc6841a36346 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
#ifndef
_FNMATCH_H
2
3
#include
<posix/fnmatch.h>
4
5
#ifndef
_ISOMAC
6
libc_hidden_proto
(
fnmatch
)
7
#endif
8
9
#endif