#ifndef _JAM_GLOB_H_ #define _JAM_GLOB_H_ int glob( const char *s, const char *c ); #endif
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 1127 | bob_summerwill | More file renaming. | ||
//guest/bob_summerwill/jam/src/Glob.h | |||||
#1 | 1117 | bob_summerwill |
Converted Compile and Expand files to C++. Some minor function prototype tweaks. |