|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.5.4.1, 1996/09/16 18:40:29 | version 1.5.4.2, 1996/09/19 20:03:12 | ||
|---|---|---|---|
|
|
||
| #include <string.h> | #include <string.h> | ||
| #include <unistd.h> | #include <unistd.h> | ||
| #ifdef __weak_alias | |||
| __weak_alias(glob,_glob); | |||
| __weak_alias(globfree,_globfree); | |||
| #endif | |||
| #define DOLLAR '$' | #define DOLLAR '$' | ||
| #define DOT '.' | #define DOT '.' | ||
| #define EOS '\0' | #define EOS '\0' |