hpath/hpath-io/cbits/dirutils.c

8 lines
115 B
C
Raw Normal View History

2016-05-09 11:31:20 +00:00
#include "dirutils.h"
unsigned int
__posixdir_d_type(struct dirent* d)
{
return(d -> d_type);
}