hpath/hpath-posix/cbits/dirutils.c

8 satır
115 B
C

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