17 lines
185 B
C

#ifndef _YGGDRASIL_DIRENT
#define _YGGDRASIL_DIRENT 1
#if defined(__cplusplus)
extern "C" {
#endif
struct __DIR;
typedef struct __DIR DIR;
#if defined(__cplusplus)
}
#endif
#endif