![]() |
|||||
|
#include <unixem/internal/util.h>
#include <windows.h>
#include <errno.h>
#include <stdlib.h>
#include "glob.h"
Functions | |
int | glob (char const *pattern, int flags, const int(*errfunc)(char const *, int), glob_t *pglob) |
Generates pathnames matching a pattern. | |
void | globfree (glob_t *pglob) |
Frees the results of a call to glob. |
|
Generates pathnames matching a pattern. This function is a pathname generator that implements the rules for file name pattern matching used by the UNIX shell.
|
|
Frees the results of a call to glob. This function releases any memory allocated in a call to glob. It must always be called for a successful call to glob.
|
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2005 |