hpath/hpath-posix/cbits/dirutils.c

8 rivejä
115 B
C
Raaka Normaali näkymä Historia

2020-01-26 19:00:33 +00:00
#include "dirutils.h"
unsigned int
__posixdir_d_type(struct dirent* d)
{
return(d -> d_type);
}