Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dir.h « sys « include « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 220150dc952ab5c5bd0e976f376ea3621e8ccba9 (plain)
1
2
3
4
5
6
7
8
9
10
/* BSD predecessor of POSIX.1 <dirent.h> and struct dirent */

#ifndef _SYS_DIR_H_
#define _SYS_DIR_H_

#include <dirent.h>

#define direct dirent

#endif /*_SYS_DIR_H_*/