Files
RedBear-OS/include/bits/dirent.h
T
2018-07-26 09:16:22 +02:00

7 lines
113 B
C

#ifndef _BITS_DIRENT_H
#define _BITS_DIRENT_H
#define _DIRENT_SIZE (sizeof dirent)
#endif /* _BITS_DIRENT_H */