You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dirutils.c 115 B

1234567
  1. #include "dirutils.h"
  2. unsigned int
  3. __posixdir_d_type(struct dirent* d)
  4. {
  5. return(d -> d_type);
  6. }