2022-05-14 17:58:11 +02:00
|
|
|
#ifndef POSIXPATHS_CBITS_DIRUTILS_H
|
|
|
|
|
#define POSIXPATHS_CBITS_DIRUTILS_H
|
|
|
|
|
|
2022-11-22 19:41:44 +08:00
|
|
|
#include <HsFFI.h>
|
2022-05-14 17:58:11 +02:00
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <dirent.h>
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
#include <fcntl.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern unsigned int
|
|
|
|
|
__posixdir_d_type(struct dirent* d)
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
#endif
|