glibc/include/glob.h

8 lines
168 B
C

#ifndef _GLOB_H
#include <posix/glob.h>
/* Now define the internal interfaces. */
extern int __glob_pattern_p (__const char *__pattern, int __quote) __THROW;
#endif