8 lines
115 B
C
8 lines
115 B
C
#include "dirutils.h"
|
|
|
|
unsigned int
|
|
__posixdir_d_type(struct dirent* d)
|
|
{
|
|
return(d -> d_type);
|
|
}
|