ghcup-hs/cbits/dirutils.c
2022-05-16 11:29:55 +02:00

8 lines
115 B
C

#include "dirutils.h"
unsigned int
__posixdir_d_type(struct dirent* d)
{
return(d -> d_type);
}