ghcup-hs/cbits/dirutils.c

8 lines
115 B
C
Raw Normal View History

2022-05-14 15:58:11 +00:00
#include "dirutils.h"
unsigned int
__posixdir_d_type(struct dirent* d)
{
return(d -> d_type);
}