17 lines
185 B
C
Raw Normal View History

#ifndef _YGGDRASIL_DIRENT
#define _YGGDRASIL_DIRENT 1
2024-11-15 11:14:08 +02:00
#if defined(__cplusplus)
extern "C" {
#endif
struct __DIR;
typedef struct __DIR DIR;
2024-11-15 11:14:08 +02:00
#if defined(__cplusplus)
}
#endif
#endif