home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
alde_c
/
misc
/
util
/
glob
/
glob.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1987-07-20
|
374 b
|
13 lines
/*
* Header file for wildcard routines
*/
#define GE_BADPATH -1 /* invalid path - directory not found */
#define GE_AMBIGUOUS -2 /* ambiguous directory spec */
#define GE_MAXFILES -3 /* too many files found (MAXFILES) */
#define GE_NOMEM -4 /* out of memory */
extern int globerror; /* PUBLIC - global error number */
extern char **glob( char * );