2022-05-14 15:58:11 +00:00
|
|
|
#ifndef POSIXPATHS_CBITS_DIRUTILS_H
|
|
|
|
#define POSIXPATHS_CBITS_DIRUTILS_H
|
|
|
|
|
2022-11-22 11:41:44 +00:00
|
|
|
#include <HsFFI.h>
|
2022-05-14 15:58:11 +00: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
|