Searched defs:S_ISDIR (Results 1 – 1 of 1) sorted by relevance
868 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
Completed in 6 milliseconds