![]() |
|||||
|
#include <glob.h>
This structure is used by glob() to return the results of the search.
Public Attributes | |
int | gl_pathc |
int | gl_matchc |
int | gl_offs |
int | gl_flags |
char ** | gl_pathv |
int gl_pathc |
count of total paths so far
Referenced by glob(), and globfree().
char** gl_pathv |
list of paths matching pattern
Referenced by glob(), and globfree().
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2010 |