41 char d_name[MAX_PATH];
44typedef struct DIR DIR;
46YAZ_EXPORT DIR *opendir (
const char *path);
47YAZ_EXPORT
struct dirent *readdir (DIR *dd);
48YAZ_EXPORT
void closedir (DIR *dd);
wrapper for dirent.h or our own for Windows
Header with fundamental macros.