arduino-esp32/tools/sdk/include/newlib/dirent.h

16 lines
234 B
C
Raw Normal View History

2016-10-06 13:21:30 +02:00
#ifndef _DIRENT_H_
#define _DIRENT_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/dirent.h>
#if !defined(MAXNAMLEN) && !defined(_POSIX_SOURCE)
#define MAXNAMLEN 1024
#endif
#ifdef __cplusplus
}
#endif
#endif /*_DIRENT_H_*/